]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_buf_item.c
[XFS] replace the XFS buf iodone semaphore with a completion
[linux-2.6] / fs / xfs / xfs_buf_item.c
index d86ca2c03a70d596ae42f2028faa932549ba1601..215c36dee324e293ce0a6a566d2276893fddd25d 100644 (file)
@@ -1056,7 +1056,7 @@ xfs_buf_iodone_callbacks(
                           anyway. */
                        XFS_BUF_SET_BRELSE_FUNC(bp,xfs_buf_error_relse);
                        XFS_BUF_DONE(bp);
-                       XFS_BUF_V_IODONESEMA(bp);
+                       XFS_BUF_FINISH_IOWAIT(bp);
                }
                return;
        }