Skip to content

Commit

Permalink
block: remove NFL4_UFLG_MASK
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed May 20, 2023
1 parent 69baa3a commit e3afec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e3afec9

Please sign in to comment.