]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Btrfs: remove dead comments for read_csums()
authorWang Shilong <wangsl.fnst@cn.fujitsu.com>
Sun, 15 Dec 2013 03:39:42 +0000 (11:39 +0800)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:19:59 +0000 (13:19 -0800)
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 <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/inode.c

index 2bd4f7590c83160ca66cabb672bc84a829f6b135..b3b3142f173426feb09c4a6ff116795e2fa025a5 100644 (file)
@@ -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.