diff options
| -rw-r--r-- | fs/udf/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index dcbf98722afc..9f55f7981b7d 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
| @@ -2000,6 +2000,8 @@ static int udf_fill_super(struct super_block *sb, void *options, int silent) | |||
| 2000 | if (!silent) | 2000 | if (!silent) |
| 2001 | pr_notice("Rescanning with blocksize %d\n", | 2001 | pr_notice("Rescanning with blocksize %d\n", |
| 2002 | UDF_DEFAULT_BLOCKSIZE); | 2002 | UDF_DEFAULT_BLOCKSIZE); |
| 2003 | brelse(sbi->s_lvid_bh); | ||
| 2004 | sbi->s_lvid_bh = NULL; | ||
| 2003 | uopt.blocksize = UDF_DEFAULT_BLOCKSIZE; | 2005 | uopt.blocksize = UDF_DEFAULT_BLOCKSIZE; |
| 2004 | ret = udf_load_vrs(sb, &uopt, silent, &fileset); | 2006 | ret = udf_load_vrs(sb, &uopt, silent, &fileset); |
| 2005 | } | 2007 | } |
