sanitize const/signedness for udf

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2010-01-31 21:28:48 -05:00
parent 072f98b463
commit 391e8bbd38
5 changed files with 19 additions and 19 deletions

View File

@@ -547,7 +547,7 @@ static void udf_table_free_blocks(struct super_block *sb,
}
if (epos.offset + (2 * adsize) > sb->s_blocksize) {
char *sptr, *dptr;
unsigned char *sptr, *dptr;
int loffset;
brelse(oepos.bh);