summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/reiserfs/inode.c')
-rw-r--r--fs/reiserfs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c
index 825455d3e4ba..c2c59f9ff04b 100644
--- a/fs/reiserfs/inode.c
+++ b/fs/reiserfs/inode.c
@@ -2668,7 +2668,7 @@ static int reiserfs_write_full_page(struct page *page,
2668 do { 2668 do {
2669 struct buffer_head *next = bh->b_this_page; 2669 struct buffer_head *next = bh->b_this_page;
2670 if (buffer_async_write(bh)) { 2670 if (buffer_async_write(bh)) {
2671 submit_bh(WRITE, bh); 2671 submit_bh(REQ_OP_WRITE, 0, bh);
2672 nr++; 2672 nr++;
2673 } 2673 }
2674 put_bh(bh); 2674 put_bh(bh);
@@ -2728,7 +2728,7 @@ fail:
2728 struct buffer_head *next = bh->b_this_page; 2728 struct buffer_head *next = bh->b_this_page;
2729 if (buffer_async_write(bh)) { 2729 if (buffer_async_write(bh)) {
2730 clear_buffer_dirty(bh); 2730 clear_buffer_dirty(bh);
2731 submit_bh(WRITE, bh); 2731 submit_bh(REQ_OP_WRITE, 0, bh);
2732 nr++; 2732 nr++;
2733 } 2733 }
2734 put_bh(bh); 2734 put_bh(bh);