diff options
author | Yan, Zheng <zyan@redhat.com> | 2017-07-11 06:49:44 -0400 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-09-06 13:56:42 -0400 |
commit | 4214fb158cc423ac31b841000e219855be055388 (patch) | |
tree | 716d8d92d1969d31cbda430b5ccc60299d3751cb /include/linux/ceph | |
parent | 95cca2b44e54b00a3ed6ed7dc869717cd6807e81 (diff) |
ceph: validate correctness of some mount options
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/libceph.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index dca30ac9bd34..4c846aabd9f6 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h | |||
@@ -84,16 +84,6 @@ struct ceph_options { | |||
84 | 84 | ||
85 | #define CEPH_AUTH_NAME_DEFAULT "guest" | 85 | #define CEPH_AUTH_NAME_DEFAULT "guest" |
86 | 86 | ||
87 | /* | ||
88 | * Delay telling the MDS we no longer want caps, in case we reopen | ||
89 | * the file. Delay a minimum amount of time, even if we send a cap | ||
90 | * message for some other reason. Otherwise, take the oppotunity to | ||
91 | * update the mds to avoid sending another message later. | ||
92 | */ | ||
93 | #define CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT 5 /* cap release delay */ | ||
94 | #define CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT 60 /* cap release delay */ | ||
95 | |||
96 | |||
97 | /* mount state */ | 87 | /* mount state */ |
98 | enum { | 88 | enum { |
99 | CEPH_MOUNT_MOUNTING, | 89 | CEPH_MOUNT_MOUNTING, |