diff options
| author | Sage Weil <sage@newdream.net> | 2010-06-30 15:45:29 -0400 |
|---|---|---|
| committer | Sage Weil <sage@newdream.net> | 2010-08-01 23:11:41 -0400 |
| commit | e0f9f9ee8f6cb60fe49e32e1df790a698ce0840c (patch) | |
| tree | a943edfd909954c5e62415c184f1ba850bb1b681 | |
| parent | e55b71f802fd448a79275ba7b263fe1a8639be5f (diff) | |
ceph: remove unused 'monport' mount option
Signed-off-by: Sage Weil <sage@newdream.net>
| -rw-r--r-- | fs/ceph/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) | |||
| 324 | enum { | 324 | enum { |
| 325 | Opt_fsidmajor, | 325 | Opt_fsidmajor, |
| 326 | Opt_fsidminor, | 326 | Opt_fsidminor, |
| 327 | Opt_monport, | ||
| 328 | Opt_wsize, | 327 | Opt_wsize, |
| 329 | Opt_rsize, | 328 | Opt_rsize, |
| 330 | Opt_osdtimeout, | 329 | Opt_osdtimeout, |
| @@ -357,7 +356,6 @@ enum { | |||
| 357 | static match_table_t arg_tokens = { | 356 | static match_table_t arg_tokens = { |
| 358 | {Opt_fsidmajor, "fsidmajor=%ld"}, | 357 | {Opt_fsidmajor, "fsidmajor=%ld"}, |
| 359 | {Opt_fsidminor, "fsidminor=%ld"}, | 358 | {Opt_fsidminor, "fsidminor=%ld"}, |
| 360 | {Opt_monport, "monport=%d"}, | ||
| 361 | {Opt_wsize, "wsize=%d"}, | 359 | {Opt_wsize, "wsize=%d"}, |
| 362 | {Opt_rsize, "rsize=%d"}, | 360 | {Opt_rsize, "rsize=%d"}, |
| 363 | {Opt_osdtimeout, "osdtimeout=%d"}, | 361 | {Opt_osdtimeout, "osdtimeout=%d"}, |
