commit | cd82cca7ebfe9c6c74a8e5b28382ba88177ba5f1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 07 16:13:02 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 07 08:39:29 2021 -0600 |
tree | 649ea2d4f33042529e895debeb58de0750370bd8 | |
parent | 49d82b1445f13b2754aacc38d73d0cf1b515456c [diff] |
block: split out operations on block special files Add a new block/fops.c for all the file and address_space operations that provide the block special file support. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210907141303.1371844-2-hch@lst.de [axboe: correct trailing whitespace while at it] Signed-off-by: Jens Axboe <axboe@kernel.dk>