fs: remove a weird comment in submit_bh_wbc
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jul 2020 08:59:38 +0000 (10:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 13:27:23 +0000 (07:27 -0600)
commited9b3196d2b26b5bd3a7e2cd4aec8e389d991fd8
tree58c6ed14ae9f36cc45938a673d74f59dadbc2093
parentc4a59c4e5db313b257edcbc83b411c005e3988d4
fs: remove a weird comment in submit_bh_wbc

All bios can get remapped if submitted to partitions.  No need to
comment on that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/buffer.c