diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-12 06:49:31 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 17:35:41 -0400 |
commit | d386b32b553ce145fb40f0d9360b6e5a79b5a80c (patch) | |
tree | e00135dfc377ec6b4f8a7f48e6e39b33bd842199 /fs/xfs/xfs_attr_leaf.h | |
parent | 76456fc2a6fe3a31c492a072413925eebc68cc98 (diff) |
xfs: sync minor header differences needed by userspace.
Little things like exported functions, __KERNEL__ protections, and
so on that ensure user and kernel shared headers are identical.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.h')
-rw-r--r-- | fs/xfs/xfs_attr_leaf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_attr_leaf.h b/fs/xfs/xfs_attr_leaf.h index 444a7704596c..c1022138c7e6 100644 --- a/fs/xfs/xfs_attr_leaf.h +++ b/fs/xfs/xfs_attr_leaf.h | |||
@@ -333,6 +333,8 @@ int xfs_attr3_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp, | |||
333 | struct xfs_buf **bpp); | 333 | struct xfs_buf **bpp); |
334 | void xfs_attr3_leaf_hdr_from_disk(struct xfs_attr3_icleaf_hdr *to, | 334 | void xfs_attr3_leaf_hdr_from_disk(struct xfs_attr3_icleaf_hdr *to, |
335 | struct xfs_attr_leafblock *from); | 335 | struct xfs_attr_leafblock *from); |
336 | void xfs_attr3_leaf_hdr_to_disk(struct xfs_attr_leafblock *to, | ||
337 | struct xfs_attr3_icleaf_hdr *from); | ||
336 | 338 | ||
337 | extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops; | 339 | extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops; |
338 | 340 | ||