diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-06-07 20:31:50 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-06-07 20:36:06 -0400 |
commit | 7e570195d49389fd7119b72d5de8fb458fc82f1a (patch) | |
tree | 73599d5448c844caec9b2f29441fe7cb9a6620ae /include/linux/blkdev.h | |
parent | 529d14db49276c199782680931c411b984c733cf (diff) |
Update bcachefs sources to b0a446bcc860 bcachefs: Reduce __bch2_btree_node_alloc() stack usage
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 6964396e..7c2ec1b2 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -176,5 +176,7 @@ int blk_status_to_errno(blk_status_t status); blk_status_t errno_to_blk_status(int errno); const char *blk_status_to_str(blk_status_t status); +static inline void invalidate_bdev(struct block_device *bdev) {} + #endif /* __TOOLS_LINUX_BLKDEV_H */ |