commit | 08796873a5183bfaab52a3bd899fe82f9e64be94 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Wed Jan 09 11:07:02 2019 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 05 18:55:16 2019 +0100 |
tree | af3e31c0d12b4b55ca3bf558c1538a0bff9961b2 | |
parent | b37fe1f923fb4b17dc7d63406ec8dc67f13c2799 [diff] [blame] |
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>
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index 0919aac..af3b25e 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h
@@ -68,6 +68,7 @@ struct ceph_mds_reply_info_in { char *pool_ns_data; u64 max_bytes; u64 max_files; + s32 dir_pin; }; struct ceph_mds_reply_dir_entry {