]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/btrfs/disk-io.c
Btrfs: unplug all devices in the unplug call back
[linux-2.6-omap-h63xx.git] / fs / btrfs / disk-io.c
index e18250a6fd2db6009d07eadd339fcc3e3e09fc15..0e8d31274c92733af7ea1de54fb61bdcb0bf888c 100644 (file)
@@ -1214,7 +1214,7 @@ void btrfs_unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
        u64 offset;
 
        /* the generic O_DIRECT read code does this */
-       if (!page) {
+       if (1 || !page) {
                __unplug_io_fn(bdi, page);
                return;
        }