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:
Marcin Slusarz
2008-02-08 04:20:42 -08:00
committed by Linus Torvalds
parent 5e0f001736
commit c0b344385f
14 changed files with 315 additions and 314 deletions

View File

@@ -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;