Loading fs/xfs/xfs_buf.c +1 −6 Original line number Diff line number Diff line Loading @@ -1738,14 +1738,9 @@ xfs_configure_buftarg( return -EINVAL; } /* * Flush the block device pagecache so our bios see anything dirtied * before mount. */ if (bdev_can_atomic_write(btp->bt_bdev)) xfs_configure_buftarg_atomic_writes(btp); return sync_blockdev(btp->bt_bdev); return 0; } int Loading Loading
fs/xfs/xfs_buf.c +1 −6 Original line number Diff line number Diff line Loading @@ -1738,14 +1738,9 @@ xfs_configure_buftarg( return -EINVAL; } /* * Flush the block device pagecache so our bios see anything dirtied * before mount. */ if (bdev_can_atomic_write(btp->bt_bdev)) xfs_configure_buftarg_atomic_writes(btp); return sync_blockdev(btp->bt_bdev); return 0; } int Loading