writeback: Remove outdated comment
authorJan Kara <jack@suse.cz>
Fri, 9 Mar 2012 15:26:22 +0000 (07:26 -0800)
committerFengguang Wu <fengguang.wu@intel.com>
Wed, 21 Mar 2012 07:27:08 +0000 (15:27 +0800)
commit697e6fed9fc620eb6c79ebcfe6865b66773c0221
treed0fd15a889d49ce7ccdc71fa9942fb88a29bfd96
parentf469ec9c5b95dfed60d5d628e1a8cecfc1f92d7a
writeback: Remove outdated comment

The comment is hopelessly outdated and misplaced. We no longer have 'bdi'
part of writeback work, the comment about blockdev super is outdated,
comment about throttling as well. Information about list handling is in
more detail at queue_io(). So just move the bit about older_than_this to
close to move_expired_inodes() and remove the rest.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
fs/fs-writeback.c