From: Wang Shilong Date: Sun, 15 Dec 2013 03:39:42 +0000 (+0800) Subject: Btrfs: remove dead comments for read_csums() X-Git-Tag: v5.15~17887^2~244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=663df053309c8d9200b87cc1a129729b8e97eb26;p=platform%2Fkernel%2Flinux-starfive.git Btrfs: remove dead comments for read_csums() Chris introduced hleper function read_csums() and this function has been removed, but we forgot to remove its corresponding comments. Signed-off-by: Wang Shilong Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2bd4f75..b3b3142 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -2543,12 +2543,6 @@ out_kfree: return NULL; } -/* - * helper function for btrfs_finish_ordered_io, this - * just reads in some of the csum leaves to prime them into ram - * before we start the transaction. It limits the amount of btree - * reads required while inside the transaction. - */ /* as ordered data IO finishes, this gets called so we can finish * an ordered extent if the range of bytes in the file it covers are * fully written.