summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/anode.c
diff options
context:
space:
mode:
authorAl Viro2010-01-31 23:09:29 +0100
committerAl Viro2010-03-03 20:07:57 +0100
commit7e7742ee005c887b86fd1fd38d5b48419329dfa0 (patch)
treed3bfe43e360fe53a2c07ce2014f2f4714aa24b4b /fs/hpfs/anode.c
parentnew helper: iterate_mounts() (diff)
downloadkernel-qcow2-linux-7e7742ee005c887b86fd1fd38d5b48419329dfa0.tar.gz
kernel-qcow2-linux-7e7742ee005c887b86fd1fd38d5b48419329dfa0.tar.xz
kernel-qcow2-linux-7e7742ee005c887b86fd1fd38d5b48419329dfa0.zip
sanitize signedness/const for pointers to char in hpfs a bit
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hpfs/anode.c')
-rw-r--r--fs/hpfs/anode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/anode.c b/fs/hpfs/anode.c
index 1aa88c4e0964..6a2f04bf3df0 100644
--- a/fs/hpfs/anode.c
+++ b/fs/hpfs/anode.c
@@ -353,7 +353,7 @@ int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos,
}
int hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos,
- unsigned len, char *buf)
+ unsigned len, const char *buf)
{
struct buffer_head *bh;
char *data;