diff options
author | Yan, Zheng <zyan@redhat.com> | 2017-07-11 10:20:05 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-09-06 19:43:05 +0200 |
commit | 2ae409dc6a907e80f4cd32ad4482ef52441e3147 (patch) | |
tree | 8e853d21b53a451ce122cf27a526bed7197de49e /fs/ceph/super.h | |
parent | Linux 4.13 (diff) | |
download | linux-2ae409dc6a907e80f4cd32ad4482ef52441e3147.tar.xz linux-2ae409dc6a907e80f4cd32ad4482ef52441e3147.zip |
ceph: remove unused cap_release_safety mount option
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index f02a2225fe42..da036d01933e 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -61,7 +61,6 @@ struct ceph_mount_options { int rasize; /* max readahead */ int congestion_kb; /* max writeback in flight */ int caps_wanted_delay_min, caps_wanted_delay_max; - int cap_release_safety; int max_readdir; /* max readdir result (entires) */ int max_readdir_bytes; /* max readdir result (bytes) */ |