]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: use remount to trim kernel dcache 3191/head
authorYan, Zheng <zyan@redhat.com>
Wed, 17 Dec 2014 07:59:44 +0000 (15:59 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 17 Dec 2014 07:59:44 +0000 (15:59 +0800)
commitd1257436fdf79bad5fe0719a6be71e2abb2d2462
tree522c3c555b77c8d07dbff0de609d2d98cc0576c1
parent9de9901cacd2ed2c8c5f65a938fb6a996efab4cd
client: use remount to trim kernel dcache

when remounting a file system, linux kernel trims all unused dentry
in the file system.

Fixes: #10277
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/client/Client.cc
src/client/Client.h
src/client/fuse_ll.cc