diff options
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.h')
-rw-r--r-- | fs/xfs/xfs_attr_leaf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/xfs/xfs_attr_leaf.h b/fs/xfs/xfs_attr_leaf.h index dea17722945e..77de139a58f0 100644 --- a/fs/xfs/xfs_attr_leaf.h +++ b/fs/xfs/xfs_attr_leaf.h | |||
@@ -261,4 +261,10 @@ int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp, | |||
261 | struct xfs_buf *leaf2_bp); | 261 | struct xfs_buf *leaf2_bp); |
262 | int xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, | 262 | int xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, |
263 | int *local); | 263 | int *local); |
264 | int xfs_attr_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp, | ||
265 | xfs_dablk_t bno, xfs_daddr_t mappedbno, | ||
266 | struct xfs_buf **bpp); | ||
267 | |||
268 | extern const struct xfs_buf_ops xfs_attr_leaf_buf_ops; | ||
269 | |||
264 | #endif /* __XFS_ATTR_LEAF_H__ */ | 270 | #endif /* __XFS_ATTR_LEAF_H__ */ |