diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-04-21 03:09:55 (GMT) |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-05-25 23:15:33 (GMT) |
commit | 3f38495409b613071021fca86629df7ae81820ad (patch) | |
tree | ce79ca6d4cc1482efb19fdbf06edbd48439edb6c /fs/ceph/super.h | |
parent | aeda081c5eb3d7668b64e2dc9bfc0bf30ef53632 (diff) | |
download | linux-3f38495409b613071021fca86629df7ae81820ad.tar.xz |
ceph: report mount root in session metadata
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 5fef3a6..0ea8640 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -70,6 +70,7 @@ struct ceph_mount_options { */ char *snapdir_name; /* default ".snap" */ + char *server_path; /* default "/" */ }; struct ceph_fs_client { |