Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 635
b: refs/heads/master
c: de7d5a3
h: refs/heads/master
i:
  633: 9629f0b
  631: 581871a
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed May 1, 2005
1 parent 1b6dc62 commit c22b50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 552fca4cbe552520d85b21e839f289c880fa48d2
refs/heads/master: de7d5a3b6c9ff8429bf046c36b56d3192b75c3da
2 changes: 1 addition & 1 deletion trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ drop_buffers(struct page *page, struct buffer_head **buffers_to_free)

bh = head;
do {
if (buffer_write_io_error(bh))
if (buffer_write_io_error(bh) && page->mapping)
set_bit(AS_EIO, &page->mapping->flags);
if (buffer_busy(bh))
goto failed;
Expand Down

0 comments on commit c22b50c

Please sign in to comment.