kernel-hacking-2024-linux-s.../fs/gfs2
Andreas Gruenbacher f75efefb6d gfs2: Clean up glock demote logic
The logic for determining when to demote a glock in glock_work_func(),
introduced in commit 7cf8dcd3b6 ("GFS2: Automatically adjust glock min
hold time"), doesn't make sense: inode glocks have a minimum hold time
that delays demotion, while all other glocks are expected to be demoted
immediately.  Instead of demoting non-inode glocks immediately,
glock_work_func() schedules glock work for them to be demoted, however.
Get rid of that unnecessary indirection.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
2024-07-09 10:40:03 +02:00
..
acl.c
acl.h
aops.c
aops.h
bmap.c
bmap.h
dentry.c
dir.c
dir.h
export.c
file.c
gfs2.h
glock.c gfs2: Clean up glock demote logic 2024-07-09 10:40:03 +02:00
glock.h gfs2: Revise glock reference counting model 2024-05-29 15:34:55 +02:00
glops.c gfs2: Get rid of demote_ok checks 2024-05-29 15:34:55 +02:00
glops.h
incore.h gfs2: Get rid of some unnecessary quota locking 2024-06-20 16:38:13 +02:00
inode.c
inode.h
Kconfig
lock_dlm.c gfs2: Invert the GLF_INITIAL flag 2024-05-29 15:34:55 +02:00
log.c
log.h
lops.c
lops.h
main.c
Makefile
meta_io.c
meta_io.h
ops_fstype.c gfs2: Get rid of some unnecessary quota locking 2024-06-20 16:38:13 +02:00
quota.c gfs2: Revert "check for no eligible quota changes" 2024-06-20 16:38:15 +02:00
quota.h
recovery.c
recovery.h
rgrp.c
rgrp.h
super.c gfs2: Revise glock reference counting model 2024-05-29 15:34:55 +02:00
super.h
sys.c
sys.h
trace_gfs2.h gfs2: Invert the GLF_INITIAL flag 2024-05-29 15:34:55 +02:00
trans.c
trans.h
util.c gfs2: Revert "Add quota_change type" 2024-06-08 02:35:09 +02:00
util.h
xattr.c
xattr.h