Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40654
b: refs/heads/master
c: 7011774
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Nov 3, 2006
1 parent 85d91b8 commit 6f4ee64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 2e990021bfc65b1a3778479a9e6b4811f9c1ff0e
refs/heads/master: 7011774db8afca43be466f0f0428434a9edf053e
7 changes: 0 additions & 7 deletions trunk/fs/gfs2/ops_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,6 @@ static int gfs2_readpages(struct file *file, struct address_space *mapping,
out_noerror:
ret = 0;
out_unlock:
/* unlock all pages, we can't do any I/O right now */
for (page_idx = 0; page_idx < nr_pages; page_idx++) {
struct page *page = list_entry(pages->prev, struct page, lru);
list_del(&page->lru);
unlock_page(page);
page_cache_release(page);
}
if (do_unlock)
gfs2_holder_uninit(&gh);
goto out;
Expand Down

0 comments on commit 6f4ee64

Please sign in to comment.