]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/gfs2/bmap.c
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
[people/ms/linux.git] / fs / gfs2 / bmap.c
index b6697333bb2b9e77345f324fb515dc93419f0854..3bdb2c668a71c33a0136610ecf951ed4bcb2497c 100644 (file)
@@ -310,9 +310,8 @@ static void gfs2_metapath_ra(struct gfs2_glock *gl, __be64 *start, __be64 *end)
                if (trylock_buffer(rabh)) {
                        if (!buffer_uptodate(rabh)) {
                                rabh->b_end_io = end_buffer_read_sync;
-                               submit_bh(REQ_OP_READ,
-                                         REQ_RAHEAD | REQ_META | REQ_PRIO,
-                                         rabh);
+                               submit_bh(REQ_OP_READ | REQ_RAHEAD | REQ_META |
+                                         REQ_PRIO, rabh);
                                continue;
                        }
                        unlock_buffer(rabh);