]> git.baikalelectronics.ru Git - kernel.git/commit
Squashfs: fix function prototype
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Sun, 24 Oct 2010 23:17:24 +0000 (00:17 +0100)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 28 Oct 2010 16:44:19 +0000 (17:44 +0100)
commit9a70b1e6ca34a24ec961574496863f7447ad9ca7
tree9bc7953dab4a4df88fc7e5874e5659981d583781
parent70960d43ca16c8be51218311b73ed96fec960fd7
Squashfs: fix function prototype

The fourth argument should be unsigned.  Also add missing include
so that the function prototype is defined in xattr_id.c

This fixes a couple of sparse warnings.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/xattr.h
fs/squashfs/xattr_id.c