diff options
author | Li RongQing <roy.qing.li@gmail.com> | 2014-09-08 08:41:09 -0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-09-17 16:38:28 -0400 |
commit | 82f70d62f7923cc43128e75ae85366f137055b76 (patch) | |
tree | dc4101d42a860579e4f257fd0b285594d6aa818e /fs | |
parent | a2cc11db245b9d8fbd4e3adbe2a1e7cf60473950 (diff) |
btrfs: remove the wrong comments
This comments became wrong after c3c532[bdi: add helper function for
doing init and register of a bdi for a file system], so remove them.
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/disk-io.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 38b295553544..dbd792754b27 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -1704,10 +1704,6 @@ static int btrfs_congested_fn(void *congested_data, int bdi_bits) | |||
1704 | return ret; | 1704 | return ret; |
1705 | } | 1705 | } |
1706 | 1706 | ||
1707 | /* | ||
1708 | * If this fails, caller must call bdi_destroy() to get rid of the | ||
1709 | * bdi again. | ||
1710 | */ | ||
1711 | static int setup_bdi(struct btrfs_fs_info *info, struct backing_dev_info *bdi) | 1707 | static int setup_bdi(struct btrfs_fs_info *info, struct backing_dev_info *bdi) |
1712 | { | 1708 | { |
1713 | int err; | 1709 | int err; |