]> err.no Git - linux-2.6/blobdiff - fs/xfs/linux-2.6/xfs_buf.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...
[linux-2.6] / fs / xfs / linux-2.6 / xfs_buf.h
index 2afc6d4a9ee1c5b22e5b607cd90dd5a792331a22..9dd235cb01070623795c7e880c58636465ae17b6 100644 (file)
@@ -388,8 +388,6 @@ static inline int XFS_bwrite(xfs_buf_t *bp)
        return error;
 }
 
-#define XFS_bdwrite(bp)                xfs_buf_iostart(bp, XBF_DELWRI | XBF_ASYNC)
-
 static inline int xfs_bdwrite(void *mp, xfs_buf_t *bp)
 {
        bp->b_strat = xfs_bdstrat_cb;