diff options
Diffstat (limited to 'fs/xfs/xfs_dir2_block.c')
-rw-r--r-- | fs/xfs/xfs_dir2_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2_block.c b/fs/xfs/xfs_dir2_block.c index 75f815786b97..c1ff552aa7bf 100644 --- a/fs/xfs/xfs_dir2_block.c +++ b/fs/xfs/xfs_dir2_block.c | |||
@@ -936,7 +936,7 @@ xfs_dir2_leaf_to_block( | |||
936 | tp = args->trans; | 936 | tp = args->trans; |
937 | mp = dp->i_mount; | 937 | mp = dp->i_mount; |
938 | leaf = lbp->b_addr; | 938 | leaf = lbp->b_addr; |
939 | xfs_dir3_leaf_hdr_from_disk(&leafhdr, leaf); | 939 | dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); |
940 | ents = dp->d_ops->leaf_ents_p(leaf); | 940 | ents = dp->d_ops->leaf_ents_p(leaf); |
941 | ltp = xfs_dir2_leaf_tail_p(mp, leaf); | 941 | ltp = xfs_dir2_leaf_tail_p(mp, leaf); |
942 | 942 | ||