X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_inode_item.c;h=abaafdbb3e658e9c484fb82dcfd5b63afade43e9;hb=272e42b215c52d32e06bf035c1f6b70baa6716bd;hp=b7cf21ba240f802ea56c26a45be341d55641a7dd;hpb=dede6faac448db4251f8996d7dec6afb5a43726a;p=~andy%2Flinux diff --git a/fs/xfs/xfs_inode_item.c b/fs/xfs/xfs_inode_item.c index b7cf21ba240..abaafdbb3e6 100644 --- a/fs/xfs/xfs_inode_item.c +++ b/fs/xfs/xfs_inode_item.c @@ -795,7 +795,7 @@ xfs_inode_item_committing( /* * This is the ops vector shared by all buf log items. */ -static struct xfs_item_ops xfs_inode_item_ops = { +static const struct xfs_item_ops xfs_inode_item_ops = { .iop_size = xfs_inode_item_size, .iop_format = xfs_inode_item_format, .iop_pin = xfs_inode_item_pin,