diff options
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.h')
-rw-r--r-- | fs/xfs/xfs_attr_leaf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_attr_leaf.h b/fs/xfs/xfs_attr_leaf.h index 3ec5ec0b8678..e2929da7c3ba 100644 --- a/fs/xfs/xfs_attr_leaf.h +++ b/fs/xfs/xfs_attr_leaf.h | |||
@@ -96,8 +96,7 @@ int xfs_attr3_root_inactive(struct xfs_trans **trans, struct xfs_inode *dp); | |||
96 | xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_buf *bp, int *count); | 96 | xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_buf *bp, int *count); |
97 | int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp, | 97 | int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp, |
98 | struct xfs_buf *leaf2_bp); | 98 | struct xfs_buf *leaf2_bp); |
99 | int xfs_attr_leaf_newentsize(int namelen, int valuelen, int blocksize, | 99 | int xfs_attr_leaf_newentsize(struct xfs_da_args *args, int *local); |
100 | int *local); | ||
101 | int xfs_attr3_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp, | 100 | int xfs_attr3_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp, |
102 | xfs_dablk_t bno, xfs_daddr_t mappedbno, | 101 | xfs_dablk_t bno, xfs_daddr_t mappedbno, |
103 | struct xfs_buf **bpp); | 102 | struct xfs_buf **bpp); |