xfs: add mssing inode cache attempts counter increment
authorLucas Stach <dev@lynxeye.de>
Fri, 28 Aug 2015 04:50:56 +0000 (14:50 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 28 Aug 2015 04:50:56 +0000 (14:50 +1000)
commit8774cf8bacd4e79b7c65cdf1208da264a9d436d2
tree8a97e7f2e07003d8632d45eaf2016eed84e1f5a6
parentc9eb256eda4420c06bb10f5e8fbdbe1a34bc98e0
xfs: add mssing inode cache attempts counter increment

Increasing the inode cache attempt counter was apparently dropped while
refactoring the cache code and so stayed at the initial 0 value. Add the
increment back to make the runtime stats more useful.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_icache.c