Browse Source

Merge git://oss.sgi.com:8090/oss/git/xfs-2.6

Linus Torvalds 19 years ago
parent
commit
9bd5674c4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/buffer.c

+ 1 - 1
fs/buffer.c

@@ -1027,7 +1027,7 @@ try_again:
 		/* Link the buffer to its page */
 		/* Link the buffer to its page */
 		set_bh_page(bh, page, offset);
 		set_bh_page(bh, page, offset);
 
 
-		bh->b_end_io = NULL;
+		init_buffer(bh, NULL, NULL);
 	}
 	}
 	return head;
 	return head;
 /*
 /*