]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: quota need_sync cleanup
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 6 Jun 2024 03:37:02 +0000 (05:37 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sat, 8 Jun 2024 00:35:16 +0000 (02:35 +0200)
commitb510af07aaa4d8a7095bc0368020d8bdba5af942
treeacb9b2b36c2212f8f468be7bd75e33fe75829925
parent7da4d6e178f405d7abdfc42ea7ac0074e9a6aa45
gfs2: quota need_sync cleanup

Rename variable 'value' to 'change' as it stores a change in value.

Add new 'value' and 'limit' variables for the current value and limit.

Only fetch the tuning parameters when we need them.

Get rid of unnecessary nesting.

No change in functionality.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/quota.c