aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r--fs/ext3/super.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c
index 4b526b496102..0544325d9d7e 100644
--- a/fs/ext3/super.c
+++ b/fs/ext3/super.c
@@ -734,8 +734,8 @@ static match_table_t tokens = {
734 734
735static ext3_fsblk_t get_sb_block(void **data) 735static ext3_fsblk_t get_sb_block(void **data)
736{ 736{
737 ext3_fsblk_t sb_block; 737 ext3_fsblk_t sb_block;
738 char *options = (char *) *data; 738 char *options = (char *) *data;
739 739
740 if (!options || strncmp(options, "sb=", 3) != 0) 740 if (!options || strncmp(options, "sb=", 3) != 0)
741 return 1; /* Default location */ 741 return 1; /* Default location */
@@ -2740,7 +2740,7 @@ static int __init init_ext3_fs(void)
2740out: 2740out:
2741 destroy_inodecache(); 2741 destroy_inodecache();
2742out1: 2742out1:
2743 exit_ext3_xattr(); 2743 exit_ext3_xattr();
2744 return err; 2744 return err;
2745} 2745}
2746 2746