diff options
author | Yan, Zheng <zyan@redhat.com> | 2019-01-09 06:07:02 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2019-03-05 20:55:16 +0300 |
commit | 08796873a5183bfaab52a3bd899fe82f9e64be94 (patch) | |
tree | af3e31c0d12b4b55ca3bf558c1538a0bff9961b2 /fs/ceph/super.h | |
parent | b37fe1f923fb4b17dc7d63406ec8dc67f13c2799 (diff) | |
download | linux-08796873a5183bfaab52a3bd899fe82f9e64be94.tar.xz |
ceph: support getting ceph.dir.pin vxattr
Link: http://tracker.ceph.com/issues/37576
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 5b15ae91024a..df44a7761472 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -318,6 +318,8 @@ struct ceph_inode_info { /* quotas */ u64 i_max_bytes, i_max_files; + s32 i_dir_pin; + struct rb_root i_fragtree; int i_fragtree_nsplits; struct mutex i_fragtree_mutex; |