xfs: vectorise encoding/decoding directory headers
[deliverable/linux.git] / fs / xfs / xfs_attr_inactive.c
index 4855085f8c6b1e72f7c1966564d63d488ddefdfc..09480c57f06900ccb5fdba4817d561908f0deb1e 100644 (file)
@@ -231,7 +231,7 @@ xfs_attr3_node_inactive(
        }
 
        node = bp->b_addr;
-       xfs_da3_node_hdr_from_disk(&ichdr, node);
+       dp->d_ops->node_hdr_from_disk(&ichdr, node);
        parent_blkno = bp->b_bn;
        if (!ichdr.count) {
                xfs_trans_brelse(*trans, bp);
This page took 0.026375 seconds and 5 git commands to generate.