On Wed, 15 Jan 2025 10:46:36 +0100, Christoph Hellwig wrote: > this series has a bunch of cosmetic cleanups for the lockref code I came up > with when reading the code in preparation of adding a new user of it. > > Diffstat: > fs/dcache.c | 3 -- > fs/erofs/zdata.c | 3 -- > fs/gfs2/quota.c | 3 -- > include/linux/lockref.h | 26 ++++++++++++++------ > lib/lockref.c | 60 ++++++++++++------------------------------------ > 5 files changed, 36 insertions(+), 59 deletions(-) > > [...] Looks good, thanks! --- Applied to the vfs-6.14.misc branch of the vfs/vfs.git tree. Patches in the vfs-6.14.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-6.14.misc [1/8] lockref: remove lockref_put_not_zero https://git.kernel.org/vfs/vfs/c/74b5da771c89 [2/8] lockref: improve the lockref_get_not_zero description https://git.kernel.org/vfs/vfs/c/8c7568356d74 [3/8] lockref: use bool for false/true returns https://git.kernel.org/vfs/vfs/c/57bd981b2db7 [4/8] lockref: drop superfluous externs https://git.kernel.org/vfs/vfs/c/80e2823cbe59 [5/8] lockref: add a lockref_init helper https://git.kernel.org/vfs/vfs/c/5f0c395edf59 [6/8] dcache: use lockref_init for d_lockref https://git.kernel.org/vfs/vfs/c/24706068b7b6 [7/8] erofs: use lockref_init for pcl->lockref https://git.kernel.org/vfs/vfs/c/160a93170d53 [8/8] gfs2: use lockref_init for qd_lockref https://git.kernel.org/vfs/vfs/c/0ef3858b15e3