]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: avoid unnecessary fscache invalidation/revlidation
authorYan, Zheng <zyan@redhat.com>
Fri, 20 May 2016 07:41:20 +0000 (15:41 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 1 Jun 2016 08:30:41 +0000 (10:30 +0200)
commit1464975816c79a7cd28dc314384f060a122a9d55
tree7226723f372d03c190e27389584716ecb0d988ee
parent368e35857dfab264f512d040c4486c9b13297988
ceph: avoid unnecessary fscache invalidation/revlidation

ceph_fill_file_size() has already called ceph_fscache_invalidate()
if it return true.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/caps.c