mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
ceph: remove unused 'monport' mount option
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
e55b71f802
commit
e0f9f9ee8f
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user