diff options
author | Wang Shilong <wangsl.fnst@cn.fujitsu.com> | 2013-12-15 04:39:42 +0100 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-28 22:19:59 +0100 |
commit | 663df053309c8d9200b87cc1a129729b8e97eb26 (patch) | |
tree | 979f4d4da927e99bed5eeae60fc2e13dc63950d1 /fs/btrfs | |
parent | Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info struct (diff) | |
download | linux-663df053309c8d9200b87cc1a129729b8e97eb26.tar.xz linux-663df053309c8d9200b87cc1a129729b8e97eb26.zip |
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 <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/inode.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2bd4f7590c83..b3b3142f1734 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. |