From: Sage Weil Date: Wed, 30 Jun 2010 19:45:29 +0000 (-0700) Subject: ceph: remove unused 'monport' mount option X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e0f9f9ee8f6cb60fe49e32e1df790a698ce0840c;p=deliverable%2Flinux.git ceph: remove unused 'monport' mount option Signed-off-by: Sage Weil --- diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 1a0bb4863a5d..c1ea38e5aebd 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c @@ -324,7 +324,6 @@ const char *ceph_msg_type_name(int type) enum { Opt_fsidmajor, Opt_fsidminor, - Opt_monport, Opt_wsize, Opt_rsize, Opt_osdtimeout, @@ -357,7 +356,6 @@ enum { static match_table_t arg_tokens = { {Opt_fsidmajor, "fsidmajor=%ld"}, {Opt_fsidminor, "fsidminor=%ld"}, - {Opt_monport, "monport=%d"}, {Opt_wsize, "wsize=%d"}, {Opt_rsize, "rsize=%d"}, {Opt_osdtimeout, "osdtimeout=%d"},