]> www.infradead.org Git - users/hch/block.git/commit
inode: make __iget() a static inline
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 8 Aug 2024 15:18:21 +0000 (11:18 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Sep 2024 13:41:47 +0000 (09:41 -0400)
commit88d2ae0e6eb84e1ed58f339c6a0de16c24fa2a60
tree21c47daf7096e43056272091ff3a11a879242954
parent27663d7784b5dfd354a968e06b26452dc93f2a16
inode: make __iget() a static inline

bcachefs is switching to an rhashtable for vfs inodes instead of the
standard inode.c hashtable, so we need this exported, or - a static
inline makes more sense for a single atomic_inc().

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/inode.c
include/linux/fs.h