diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 60e1364a191f..3447733fa897 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -959,7 +959,7 @@ xfs_vm_writepage( | |||
959 | offset = page_offset(page); | 959 | offset = page_offset(page); |
960 | type = IO_OVERWRITE; | 960 | type = IO_OVERWRITE; |
961 | 961 | ||
962 | if (wbc->sync_mode == WB_SYNC_NONE && wbc->nonblocking) | 962 | if (wbc->sync_mode == WB_SYNC_NONE) |
963 | nonblocking = 1; | 963 | nonblocking = 1; |
964 | 964 | ||
965 | do { | 965 | do { |