diff options
author | Yan, Zheng <zyan@redhat.com> | 2017-07-11 16:20:05 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2017-09-06 19:43:05 +0200 |
commit | 2ae409dc6a907e80f4cd32ad4482ef52441e3147 (patch) | |
tree | 8e853d21b53a451ce122cf27a526bed7197de49e /include/linux | |
parent | 569dbb88e80deb68974ef6fdd6a13edb9d686261 (diff) | |
download | blackbird-obmc-linux-2ae409dc6a907e80f4cd32ad4482ef52441e3147.tar.gz blackbird-obmc-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 'include/linux')
-rw-r--r-- | include/linux/ceph/libceph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 8a79587e1317..dca30ac9bd34 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -93,7 +93,6 @@ struct ceph_options { #define CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT 5 /* cap release delay */ #define CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT 60 /* cap release delay */ -#define CEPH_CAP_RELEASE_SAFETY_DEFAULT (CEPH_CAPS_PER_RELEASE * 4) /* mount state */ enum { |