ソースを参照

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

Linus Torvalds 19 年 前
コミット
9bd5674c4a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      fs/buffer.c

+ 1 - 1
fs/buffer.c

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