]> git.baikalelectronics.ru Git - kernel.git/commit
fs: bdev: fix conflicting comment from lookup_bdev
authorJackie Liu <liuyun01@kylinos.cn>
Thu, 21 Oct 2021 07:13:43 +0000 (15:13 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Oct 2021 14:24:14 +0000 (08:24 -0600)
commitf0a160d932b4ab4b9a658caa234236d93ce8b719
tree9a13f5df57049fc0ffd269c6ab49bfd44d7d1492
parent72c0aec511b63b9f9a4233a04f9b6f3a384cbd89
fs: bdev: fix conflicting comment from lookup_bdev

We switched to directly use dev_t to get block device, lookup changed the
meaning of use, now we fix this conflicting comment.

Fixes: f37515f398fb ("block: remove i_bdev")
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211021071344.1600362-1-liu.yun@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bdev.c