]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: Don't zero i_private_data
authorJan Kara <jack@suse.cz>
Thu, 26 Mar 2026 09:53:56 +0000 (10:53 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 26 Mar 2026 14:03:26 +0000 (15:03 +0100)
commit7e5ccdd88c5a97172b729a1a2e5d8f2840795c54
treec10db22155cc33189f785ff4c2aa2a3ddb4d9c45
parentab856368582b9b97b35e1a98e5bf3b0b300a583d
gfs2: Don't zero i_private_data

Remove the explicit zeroing of mapping->i_private_data since this
field is no longer used.

CC: Andreas Gruenbacher <agruenba@redhat.com>
CC: gfs2@lists.linux.dev
Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20260326095354.16340-44-jack@suse.cz
Tested-by: syzbot@syzkaller.appspotmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/gfs2/glock.c