commit | 5e804ac4824302efc3038e086cb21f2e93ab8900 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Mon Oct 26 16:08:43 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Nov 02 23:36:48 2015 +0100 |
tree | 6e67ab2be2c56191d96afa4f012bf688ea001828 | |
parent | 4afb04c0c88e21f37e5ef4776e432907d7b12838 [diff] |
ceph: don't invalidate page cache when inode is no longer used ceph_check_caps() invalidate page cache when inode is not used by any open file. This behaviour is not friendly for workload that repeatly read files. Signed-off-by: Yan, Zheng <zyan@redhat.com>