commit | 46b59b2be05a71d80d76883d2f495f182d768f47 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Wed May 18 15:25:03 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Jun 01 10:31:07 2016 +0200 |
tree | 0d9ae8027c93619327abd0eb541be02163b53ac7 | |
parent | 1464975816c79a7cd28dc314384f060a122a9d55 [diff] |
ceph: disable fscache when inode is opened for write All other filesystems do not add dirty pages to fscache. They all disable fscache when inode is opened for write. Only ceph adds dirty pages to fscache, but the code is buggy. Signed-off-by: Yan, Zheng <zyan@redhat.com>