diff --git a/fs/sharefs/super.c b/fs/sharefs/super.c index e130126496a68dfca56f9af7dc8e3064fcc4dca0..e0645dcd91fd84f544e289c085b45a1096038d12 100644 --- a/fs/sharefs/super.c +++ b/fs/sharefs/super.c @@ -13,10 +13,12 @@ enum { OPT_USER_ID, + OPT_ERR, }; static match_table_t sharefs_tokens = { - { OPT_USER_ID, "user_id=%s"}, + { OPT_USER_ID, "user_id=%s" }, + { OPT_ERR, NULL } }; int sharefs_parse_options(struct sharefs_sb_info *sbi, const char *data)