]> www.infradead.org Git - users/hch/misc.git/commit
fs: stop accessing ->i_count directly in f2fs and gfs2
authorJosef Bacik <josef@toxicpanda.com>
Thu, 21 Aug 2025 20:18:21 +0000 (16:18 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 27 Aug 2025 11:12:48 +0000 (13:12 +0200)
commitbc986b1d756482a5ec2d7d9625229d9b9df95ae1
tree7268322647363c5d1f213a74962235f46e1cb98c
parentf0883b9c395ecdf7e66a58b6027fd35056cf152c
fs: stop accessing ->i_count directly in f2fs and gfs2

Instead of accessing ->i_count directly in these file systems, use the
appropriate __iget and iput helpers.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Link: https://lore.kernel.org/b8e6eb8a3e690ce082828d3580415bf70dfa93aa.1755806649.git.josef@toxicpanda.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/f2fs/super.c
fs/gfs2/ops_fstype.c