buffer: kill old incorrect comment
authorEric W. Biederman <[email protected]>
Mon, 16 Jul 2007 06:40:31 +0000 (23:40 -0700)
committerLinus Torvalds <[email protected]>
Mon, 16 Jul 2007 16:05:45 +0000 (09:05 -0700)
Signed-off-by: Eric W. Biederman <[email protected]>
Cc: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/buffer.c

index aa68206bd517929ccd1a7f338889ba0575ab4c30..424165b569f80e796db474661b31170b1627a301 100644 (file)
@@ -1026,11 +1026,6 @@ failed:
 /*
  * Create buffers for the specified block device block's page.  If
  * that page was dirty, the buffers are set dirty also.
- *
- * Except that's a bug.  Attaching dirty buffers to a dirty
- * blockdev's page can result in filesystem corruption, because
- * some of those buffers may be aliases of filesystem data.
- * grow_dev_page() will go BUG() if this happens.
  */
 static int
 grow_buffers(struct block_device *bdev, sector_t block, int size)