aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/squashfs.h
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-23 03:29:26 +0100
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-23 03:35:05 +0100
commitf6db25a87643fa6108e211da0397423593ca36fe (patch)
tree5bf431bf1efea38a57186f4dc595966d4187e324 /fs/squashfs/squashfs.h
parentsquashfs: xattr fix sparse warnings (diff)
downloadlinux-dev-f6db25a87643fa6108e211da0397423593ca36fe.tar.xz
linux-dev-f6db25a87643fa6108e211da0397423593ca36fe.zip
squashfs: constify xattr handlers
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r--fs/squashfs/squashfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h
index 305ce15d2d2d..733a17c42945 100644
--- a/fs/squashfs/squashfs.h
+++ b/fs/squashfs/squashfs.h
@@ -100,7 +100,7 @@ extern const struct address_space_operations squashfs_symlink_aops;
extern const struct inode_operations squashfs_symlink_inode_ops;
/* xattr.c */
-extern struct xattr_handler *squashfs_xattr_handlers[];
+extern const struct xattr_handler *squashfs_xattr_handlers[];
/* zlib_wrapper.c */
extern const struct squashfs_decompressor squashfs_zlib_comp_ops;