From: Li RongQing Date: Mon, 8 Sep 2014 12:41:09 +0000 (+0800) Subject: btrfs: remove the wrong comments X-Git-Tag: v3.18-rc1~91^2~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=82f70d62f7923cc43128e75ae85366f137055b76;p=~emulex%2Finfiniband.git 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 Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 38b29555354..dbd792754b2 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) return ret; } -/* - * If this fails, caller must call bdi_destroy() to get rid of the - * bdi again. - */ static int setup_bdi(struct btrfs_fs_info *info, struct backing_dev_info *bdi) { int err;