[PATCH v2 0/3] further lockref cleanups

Andreas Gruenbacher posted 3 patches 1 year ago
fs/dcache.c             | 2 +-
fs/erofs/zdata.c        | 2 +-
fs/gfs2/glock.c         | 2 +-
fs/gfs2/main.c          | 1 -
fs/gfs2/quota.c         | 4 ++--
include/linux/lockref.h | 7 ++++---
6 files changed, 9 insertions(+), 9 deletions(-)
[PATCH v2 0/3] further lockref cleanups
Posted by Andreas Gruenbacher 1 year ago
Here's an updated version with:

* An additional comment saying that lockref_init() initializes
  count to 1.

* Reviewed-by tags from Christoph.

Thanks,
Andreas

Andreas Gruenbacher (3):
  gfs2: use lockref_init for gl_lockref
  gfs2: switch to lockref_init(..., 1)
  lockref: remove count argument of lockref_init

 fs/dcache.c             | 2 +-
 fs/erofs/zdata.c        | 2 +-
 fs/gfs2/glock.c         | 2 +-
 fs/gfs2/main.c          | 1 -
 fs/gfs2/quota.c         | 4 ++--
 include/linux/lockref.h | 7 ++++---
 6 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.48.1
Re: [PATCH v2 0/3] further lockref cleanups
Posted by Christian Brauner 1 year ago
On Thu, 30 Jan 2025 14:56:20 +0100, Andreas Gruenbacher wrote:
> Here's an updated version with:
> 
> * An additional comment saying that lockref_init() initializes
>   count to 1.
> 
> * Reviewed-by tags from Christoph.
> 
> [...]

Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes 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.fixes

[1/3] gfs2: use lockref_init for gl_lockref
      https://git.kernel.org/vfs/vfs/c/6c789b8e0913
[2/3] gfs2: switch to lockref_init(..., 1)
      https://git.kernel.org/vfs/vfs/c/69469b7ad4a4
[3/3] lockref: remove count argument of lockref_init
      https://git.kernel.org/vfs/vfs/c/24239add174c