commit | 7e7742ee005c887b86fd1fd38d5b48419329dfa0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 31 17:09:29 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 03 14:07:57 2010 -0500 |
tree | d3bfe43e360fe53a2c07ce2014f2f4714aa24b4b | |
parent | 1f707137b55764740981d022d29c622832a61880 [diff] [blame] |
sanitize signedness/const for pointers to char in hpfs a bit Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hpfs/anode.c b/fs/hpfs/anode.c index 1aa88c4..6a2f04b 100644 --- a/fs/hpfs/anode.c +++ b/fs/hpfs/anode.c
@@ -353,7 +353,7 @@ } 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;