Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71937
b: refs/heads/master
c: 2fb59d6
h: refs/heads/master
i:
  71935: a69fa14
v: v3
  • Loading branch information
Linus Torvalds committed Oct 21, 2007
1 parent d96951c commit 6e60389
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: 74c3cbe33bc077ac1159cadfea608b501e100344
refs/heads/master: 2fb59d623ad85dfdb8ce03a660051743f7361896
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 6e60389

Please sign in to comment.