aboutsummaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2007-07-16 02:40:31 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:45 -0400
commit4a2d44590a603be292addce9c263982043416666 (patch)
tree93b15a75398334c1632c9d8aadd2aadfc3256e18 /fs/buffer.c
parentc5c061b8f9726bc2c25e19dec227933a13d1e6b7 (diff)
buffer: kill old incorrect comment
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Cc: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index aa68206bd517..424165b569f8 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -1026,11 +1026,6 @@ failed:
1026/* 1026/*
1027 * Create buffers for the specified block device block's page. If 1027 * Create buffers for the specified block device block's page. If
1028 * that page was dirty, the buffers are set dirty also. 1028 * that page was dirty, the buffers are set dirty also.
1029 *
1030 * Except that's a bug. Attaching dirty buffers to a dirty
1031 * blockdev's page can result in filesystem corruption, because
1032 * some of those buffers may be aliases of filesystem data.
1033 * grow_dev_page() will go BUG() if this happens.
1034 */ 1029 */
1035static int 1030static int
1036grow_buffers(struct block_device *bdev, sector_t block, int size) 1031grow_buffers(struct block_device *bdev, sector_t block, int size)