summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
authorSage Weil2009-10-22 19:53:02 +0200
committerSage Weil2009-10-22 19:53:17 +0200
commitecb19c4649d7396737eb0d91a475661fe9d7c028 (patch)
tree32ff9e8b3a9afffe5c9b7e97f1aef6b367c08dde /fs/ceph/super.h
parentceph: move directory size logic to ceph_getattr (diff)
downloadkernel-qcow2-linux-ecb19c4649d7396737eb0d91a475661fe9d7c028.tar.gz
kernel-qcow2-linux-ecb19c4649d7396737eb0d91a475661fe9d7c028.tar.xz
kernel-qcow2-linux-ecb19c4649d7396737eb0d91a475661fe9d7c028.zip
ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriate
Get rid of separate max mon limit; use the system limit instead. This allows mounts when there are lots of mon addrs provided by mount.ceph (as with a host with lots of A/AAAA records). Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index 75556e97e865..3af42d9097ec 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -47,8 +47,6 @@
(!!((client)->mount_args.flags & CEPH_OPT_##opt))
-#define CEPH_MAX_MON_MOUNT_ADDR 5
-
struct ceph_mount_args {
int sb_flags;
int flags;