aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
authorGravatar Andreas Gruenbacher <agruenba@redhat.com> 2021-09-30 13:49:36 -0500
committerGravatar Andreas Gruenbacher <agruenba@redhat.com> 2021-10-25 08:42:18 +0200
commitb016d9a84abdd2efaa273814eaeb59e112ecffbd (patch)
tree1e20cf05bba0eb0ba0e18a4fe82c4ae09fbd778c /fs/gfs2/inode.c
parentgfs2: Allow append and immutable bits to coexist (diff)
downloadlinux-b016d9a84abdd2efaa273814eaeb59e112ecffbd.tar.gz
linux-b016d9a84abdd2efaa273814eaeb59e112ecffbd.tar.bz2
linux-b016d9a84abdd2efaa273814eaeb59e112ecffbd.zip
gfs2: Save ip from gfs2_glock_nq_init
Before this patch, when a glock was locked by function gfs2_glock_nq_init, it initialized the holder gh_ip (return address) as gfs2_glock_nq_init. That made it extremely difficult to track down problems because many functions call gfs2_glock_nq_init. This patch changes the function so that it saves gh_ip from the caller of gfs2_glock_nq_init, which makes it easy to backtrack which holder took the lock. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.c')
0 files changed, 0 insertions, 0 deletions