Message ID | 20230520090010.527046-1-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | block: remove NFL4_UFLG_MASK | expand |
On Sat, 20 May 2023 11:00:10 +0200, Christoph Hellwig wrote: > 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. > > Applied, thanks! [1/1] block: remove NFL4_UFLG_MASK commit: e3afec91aad23c52dfe426c7d7128e4839c3eed8 Best regards,
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 361341aea82ce5..96897d10b81327 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1379,8 +1379,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,
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> --- include/linux/blkdev.h | 2 -- 1 file changed, 2 deletions(-)