summaryrefslogtreecommitdiffstats
path: root/fs/udf/balloc.c
diff options
context:
space:
mode:
authorAl Viro2010-02-01 03:28:48 +0100
committerAl Viro2010-03-03 20:07:58 +0100
commit391e8bbd38474b9f85b1f3933394a79ea66fe1e2 (patch)
tree78298556c37ef09f4f87138bc1c391f4f5dee917 /fs/udf/balloc.c
parentnilfs: sanitize const/signedness in dealing with ->d_name.name (diff)
downloadkernel-qcow2-linux-391e8bbd38474b9f85b1f3933394a79ea66fe1e2.tar.gz
kernel-qcow2-linux-391e8bbd38474b9f85b1f3933394a79ea66fe1e2.tar.xz
kernel-qcow2-linux-391e8bbd38474b9f85b1f3933394a79ea66fe1e2.zip
sanitize const/signedness for udf
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/udf/balloc.c')
-rw-r--r--fs/udf/balloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/balloc.c b/fs/udf/balloc.c
index 82372e332f08..b2d96f45c12b 100644
--- a/fs/udf/balloc.c
+++ b/fs/udf/balloc.c
@@ -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);