Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285126
b: refs/heads/master
c: 0b4156e
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jens Axboe committed Jan 12, 2012
1 parent 44432e7 commit 788f0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef00f59c95fe6e002e7c6e3663cdea65e253f4cc
refs/heads/master: 0b4156eb27214e81f7012458bb15d1e038db9a00
4 changes: 0 additions & 4 deletions trunk/fs/mpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@ mpage_readpages(struct address_space *mapping, struct list_head *pages,
sector_t last_block_in_bio = 0;
struct buffer_head map_bh;
unsigned long first_logical_block = 0;
struct blk_plug plug;

blk_start_plug(&plug);

map_bh.b_state = 0;
map_bh.b_size = 0;
Expand All @@ -395,7 +392,6 @@ mpage_readpages(struct address_space *mapping, struct list_head *pages,
BUG_ON(!list_empty(pages));
if (bio)
mpage_bio_submit(READ, bio);
blk_finish_plug(&plug);
return 0;
}
EXPORT_SYMBOL(mpage_readpages);
Expand Down

0 comments on commit 788f0c7

Please sign in to comment.