diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2010-05-14 02:53:20 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-22 00:31:19 +0200 |
commit | 46e58764f0c502847ed1f4662aa37eefa602a8f9 (patch) | |
tree | c3dc3f8aae37014726a372106e6028df1a5e63ab /fs/xfs/linux-2.6/xfs_super.h | |
parent | reiserfs: constify xattr_handler (diff) | |
download | linux-46e58764f0c502847ed1f4662aa37eefa602a8f9.tar.xz linux-46e58764f0c502847ed1f4662aa37eefa602a8f9.zip |
xfs: constify xattr_handler
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.h b/fs/xfs/linux-2.6/xfs_super.h index 233d4b9881b1..519618e9279e 100644 --- a/fs/xfs/linux-2.6/xfs_super.h +++ b/fs/xfs/linux-2.6/xfs_super.h @@ -85,7 +85,7 @@ extern __uint64_t xfs_max_file_offset(unsigned int); extern void xfs_blkdev_issue_flush(struct xfs_buftarg *); extern const struct export_operations xfs_export_operations; -extern struct xattr_handler *xfs_xattr_handlers[]; +extern const struct xattr_handler *xfs_xattr_handlers[]; extern const struct quotactl_ops xfs_quotactl_operations; #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) |