commit | 70164eb6ccb76ab679b016b4b60123bf4ec6c162 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 19 08:25:25 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 22 08:36:55 2021 -0600 |
tree | 940329ff4f1a63d41c97573a86620e428b5a2dfa | |
parent | 9a208ba5c9afa62c7b1e9c6f5e783066e84e2d3c [diff] |
block: remove __sync_blockdev Instead offer a new sync_blockdev_nowait helper for the !wait case. This new helper is exported as it will grow modular callers in a bit. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211019062530.2174626-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>