diff options
author | Christoph Hellwig <hch@lst.de> | 2023-05-20 12:00:10 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-05-20 14:38:01 +0300 |
commit | e3afec91aad23c52dfe426c7d7128e4839c3eed8 (patch) | |
tree | a912d252f137cabdb73144766559a0735bb4bf9f /include | |
parent | 69baa3a623fd2e58624f24f2f23d46f87b817c93 (diff) | |
download | linux-e3afec91aad23c52dfe426c7d7128e4839c3eed8.tar.xz |
block: remove NFL4_UFLG_MASK
The NFL4_UFLG_MASK define slipped in in commit 9208d4149758
("block: add a ->get_unique_id method") and should never have been
added, as NFSD as the only user of it already has it's copy.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230520090010.527046-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index b441e633f4dd..c0ffe203a602 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1376,8 +1376,6 @@ enum blk_unique_id { BLK_UID_NAA = 3, }; -#define NFL4_UFLG_MASK 0x0000003F - struct block_device_operations { void (*submit_bio)(struct bio *bio); int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob, |