summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index f7140ca66e3b..ee3c7d84ef9d 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -4281,7 +4281,7 @@ make_io:
4281 trace_ext4_load_inode(inode); 4281 trace_ext4_load_inode(inode);
4282 get_bh(bh); 4282 get_bh(bh);
4283 bh->b_end_io = end_buffer_read_sync; 4283 bh->b_end_io = end_buffer_read_sync;
4284 submit_bh(READ | REQ_META | REQ_PRIO, bh); 4284 submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh);
4285 wait_on_buffer(bh); 4285 wait_on_buffer(bh);
4286 if (!buffer_uptodate(bh)) { 4286 if (!buffer_uptodate(bh)) {
4287 EXT4_ERROR_INODE_BLOCK(inode, block, 4287 EXT4_ERROR_INODE_BLOCK(inode, block,