]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/gfs2/quota.c
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
[people/ms/linux.git] / fs / gfs2 / quota.c
index 59d727a4ae2cbdc78d8aa42db552e4021f92672e..c98a7faa67d3a190e929460027e4b5fcfcd1a45a 100644 (file)
@@ -746,7 +746,7 @@ static int gfs2_write_buf_to_page(struct gfs2_inode *ip, unsigned long index,
                if (PageUptodate(page))
                        set_buffer_uptodate(bh);
                if (!buffer_uptodate(bh)) {
-                       ll_rw_block(REQ_OP_READ, REQ_META | REQ_PRIO, 1, &bh);
+                       ll_rw_block(REQ_OP_READ | REQ_META | REQ_PRIO, 1, &bh);
                        wait_on_buffer(bh);
                        if (!buffer_uptodate(bh))
                                goto unlock_out;