Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67691
b: refs/heads/master
c: 891ba6d
h: refs/heads/master
i:
  67689: 27b1802
  67687: 18496e5
v: v3
  • Loading branch information
Steven Whitehouse committed Oct 10, 2007
1 parent 0d280d7 commit a2c697c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7a9f53b3c1875bef22ad4588e818bc046ef183da
refs/heads/master: 891ba6d4a5f9e6302bb6542592d73feb4d0d3687
3 changes: 1 addition & 2 deletions trunk/fs/gfs2/ops_address.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask)
struct gfs2_bufdata *bd;

if (!page_has_buffers(page))
goto out;
return 0;

gfs2_log_lock(sdp);
head = bh = page_buffers(page);
Expand Down Expand Up @@ -787,7 +787,6 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask)
bh = bh->b_this_page;
} while (bh != head);

out:
return try_to_free_buffers(page);
cannot_release:
gfs2_log_unlock(sdp);
Expand Down

0 comments on commit a2c697c

Please sign in to comment.