xfs: kill the b_strat callback in xfs_buf
[deliverable/linux.git] / fs / xfs / xfs_buf_item.c
index 2a9e4ef12110658b9b1e72990b03fb9bd2315afd..1b09d7a280dfa6f1e1abcf247f27989da5fd6fc4 100644 (file)
@@ -694,7 +694,6 @@ xfs_buf_item_init(
         */
        if (bp->b_mount != mp)
                bp->b_mount = mp;
-       XFS_BUF_SET_BDSTRAT_FUNC(bp, xfs_bdstrat_cb);
        if (XFS_BUF_FSPRIVATE(bp, void *) != NULL) {
                lip = XFS_BUF_FSPRIVATE(bp, xfs_log_item_t *);
                if (lip->li_type == XFS_LI_BUF) {
This page took 0.031218 seconds and 5 git commands to generate.