]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85960db277359d6c86ae60c8d7befc16731c7688
tree8a97e7f2e07003d8632d45eaf2016eed84e1f5a6
parentb3d62a1aa7b334bf2136a03c81e95cb5f6ec9ee5
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