commit | 979c690d9a017db14b7759a099478e3faad991ac | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 14 15:34:37 2019 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 07:44:01 2019 -0700 |
tree | 4ebafea98f249e4ac5b30c3c3f7ef6c790c0413c | |
parent | f0b870df80bc70dad432fd0c142bb709a49964f5 [diff] |
block: move clearing bd_invalidated into check_disk_size_change Both callers of check_disk_size_change clear bd_invalidate directly after the call, so move the clearing into check_disk_size_change itself. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>