sanitize const/signedness for udf
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user