]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/nilfs2/segbuf.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[mv-sheeva.git] / fs / nilfs2 / segbuf.c
index dc0277a306ca8f4f0b7df4a1001f458069247d81..9e3fe17bb96bcb86ec786a4469d659b9554ae399 100644 (file)
@@ -393,7 +393,7 @@ int nilfs_segbuf_write(struct nilfs_segment_buffer *segbuf,
                 * Last BIO is always sent through the following
                 * submission.
                 */
-               rw |= (1 << BIO_RW_SYNCIO);
+               rw |= (1 << BIO_RW_SYNCIO) | (1 << BIO_RW_UNPLUG);
                res = nilfs_submit_seg_bio(wi, rw);
                if (unlikely(res))
                        goto failed_bio;