Whamcloud - gitweb
quota: Rename quota_update_limits() to quota_read_all_dquots()
authorJan Kara <jack@suse.cz>
Mon, 23 Aug 2021 15:41:23 +0000 (17:41 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 Sep 2021 18:34:58 +0000 (14:34 -0400)
commit5c87a5c54cc7a78b17dfe4a392cb551d283c353b
treed05f685ce674004339dcef4907cd740c87fed604
parent6b95fabd7e596bc9aa762704a0c57d7073e88bd0
quota: Rename quota_update_limits() to quota_read_all_dquots()

quota_update_limits() is a misnomer because what it actually does is
that it updates 'usage' counters and leaves 'limit' counters intact.
Rename quota_update_limits() to quota_read_all_dquots() and while
changing prototype also add a flags argument so that callers can control
which quota information is actually updated from the disk.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/super.c
lib/support/mkquota.c
lib/support/quotaio.h
misc/tune2fs.c