Merge branch 'akpm-incoming-1'
[cascardo/linux.git] / fs / reiserfs / inode.c
index caa7583..c1f9389 100644 (file)
@@ -2438,7 +2438,7 @@ static int reiserfs_write_full_page(struct page *page,
                /* from this point on, we know the buffer is mapped to a
                 * real block and not a direct item
                 */
-               if (wbc->sync_mode != WB_SYNC_NONE || !wbc->nonblocking) {
+               if (wbc->sync_mode != WB_SYNC_NONE) {
                        lock_buffer(bh);
                } else {
                        if (!trylock_buffer(bh)) {