xfs: introduce xfs_buf_submit[_wait]
[deliverable/linux.git] / fs / xfs / xfs_log.c
index 3567396f4428dc1dbd5f34433cf9ca8d9ebd0eaf..fe88ef67f93acb9bbcbf4fbee7c06747b3c8155e 100644 (file)
@@ -1688,7 +1688,7 @@ xlog_bdstrat(
                return 0;
        }
 
-       xfs_buf_iorequest(bp);
+       xfs_buf_submit(bp);
        return 0;
 }
 
This page took 0.023595 seconds and 5 git commands to generate.