diff options
author | Dave Chinner <david@fromorbit.com> | 2016-01-05 08:08:35 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-01-05 08:08:35 +1100 |
commit | 7eeabbd4b6b69f3f6cb75730f17804b714bd853b (patch) | |
tree | 9acbd170426728ea53f1d12ebae6c22b100f78de /fs/xfs/libxfs/xfs_attr_leaf.c | |
parent | 609adfc2ed5ba16700f125da0b656248bd9d4316 (diff) | |
parent | a841b64df29b4c7e68ce564d752dfb2042db5404 (diff) | |
download | talos-obmc-linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.tar.gz talos-obmc-linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.zip |
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_leaf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_leaf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c index aa187f7ba2dd..01a5ecfedfcf 100644 --- a/fs/xfs/libxfs/xfs_attr_leaf.c +++ b/fs/xfs/libxfs/xfs_attr_leaf.c @@ -328,6 +328,7 @@ xfs_attr3_leaf_read_verify( } const struct xfs_buf_ops xfs_attr3_leaf_buf_ops = { + .name = "xfs_attr3_leaf", .verify_read = xfs_attr3_leaf_read_verify, .verify_write = xfs_attr3_leaf_write_verify, }; |