Skip to content

Commit e3afec9

Browse files
Christoph Hellwigaxboe
authored andcommitted
block: remove NFL4_UFLG_MASK
The NFL4_UFLG_MASK define slipped in in commit 9208d41 ("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>
1 parent 69baa3a commit e3afec9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/blkdev.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,6 @@ enum blk_unique_id {
13761376
BLK_UID_NAA = 3,
13771377
};
13781378

1379-
#define NFL4_UFLG_MASK 0x0000003F
1380-
13811379
struct block_device_operations {
13821380
void (*submit_bio)(struct bio *bio);
13831381
int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob,

0 commit comments

Comments
 (0)