Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71931
b: refs/heads/master
c: efdc313
h: refs/heads/master
i:
  71929: a1d123e
  71927: 41eb10a
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Oct 21, 2007
1 parent 4655a77 commit 76e03f6
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: cfa76f024f7c9e65169425804e5b32e71f66d0ee
refs/heads/master: efdc31319d43050a5742fb690b1a4beb68092a94
3 changes: 1 addition & 2 deletions trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ int nobh_write_end(struct file *file, struct address_space *mapping,
struct page *page, void *fsdata)
{
struct inode *inode = page->mapping->host;
struct buffer_head *head = NULL;
struct buffer_head *head = fsdata;
struct buffer_head *bh;

if (!PageMappedToDisk(page)) {
Expand All @@ -2584,7 +2584,6 @@ int nobh_write_end(struct file *file, struct address_space *mapping,
unlock_page(page);
page_cache_release(page);

head = fsdata;
while (head) {
bh = head;
head = head->b_this_page;
Expand Down

0 comments on commit 76e03f6

Please sign in to comment.