udf: remove UDF_I_* macros and open code them
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Acked-by: Jan Kara <jack@suse.cz> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
5e0f001736
commit
c0b344385f
@@ -2046,7 +2046,7 @@ static unsigned int udf_count_free_table(struct super_block *sb,
|
||||
|
||||
lock_kernel();
|
||||
|
||||
epos.block = UDF_I_LOCATION(table);
|
||||
epos.block = UDF_I(table)->i_location;
|
||||
epos.offset = sizeof(struct unallocSpaceEntry);
|
||||
epos.bh = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user