Skip to content

Commit

Permalink
udf: Fix compilation with UDFFS_DEBUG enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Jan Kara committed Dec 14, 2009
1 parent f405425 commit 1fefd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/udf/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static void udf_table_free_blocks(struct super_block *sb,
(bloc->logicalBlockNum + count) >
partmap->s_partition_len) {
udf_debug("%d < %d || %d + %d > %d\n",
bloc.logicalBlockNum, 0, bloc.logicalBlockNum, count,
bloc->logicalBlockNum, 0, bloc->logicalBlockNum, count,
partmap->s_partition_len);
goto error_return;
}
Expand Down

0 comments on commit 1fefd08

Please sign in to comment.