diff options
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r-- | fs/udf/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index b10295865e5a..52d2c32b6c7b 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -2046,7 +2046,7 @@ static unsigned int udf_count_free_table(struct super_block *sb, | |||
2046 | 2046 | ||
2047 | lock_kernel(); | 2047 | lock_kernel(); |
2048 | 2048 | ||
2049 | epos.block = UDF_I_LOCATION(table); | 2049 | epos.block = UDF_I(table)->i_location; |
2050 | epos.offset = sizeof(struct unallocSpaceEntry); | 2050 | epos.offset = sizeof(struct unallocSpaceEntry); |
2051 | epos.bh = NULL; | 2051 | epos.bh = NULL; |
2052 | 2052 | ||