diff options
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index d90ad0574705..504fb3f51420 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -975,7 +975,7 @@ static int parse_options (char *options, struct super_block *sb, | |||
975 | * Initialize args struct so we know whether arg was | 975 | * Initialize args struct so we know whether arg was |
976 | * found; some options take optional arguments. | 976 | * found; some options take optional arguments. |
977 | */ | 977 | */ |
978 | args[0].to = args[0].from = 0; | 978 | args[0].to = args[0].from = NULL; |
979 | token = match_token(p, tokens, args); | 979 | token = match_token(p, tokens, args); |
980 | switch (token) { | 980 | switch (token) { |
981 | case Opt_bsd_df: | 981 | case Opt_bsd_df: |