commit | fe33032daae2e584d9e7e33bab44c9eafced1f8f | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri Feb 01 14:57:15 2019 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 05 18:55:17 2019 +0100 |
tree | a03be95fd94ffcd66c69e2146a1930837f769eb4 | |
parent | 37c4efc1ddf98ba8b234d116d863a9464445901e [diff] |
ceph: add mount option to limit caps count If number of caps exceed the limit, ceph_trim_dentires() also trim dentries with valid leases. Trimming dentry releases references to associated inode, which may evict inode and release caps. By default, there is no limit for caps count. Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>