]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Revert "check for no eligible quota changes"
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Jun 2024 21:26:36 +0000 (23:26 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 20 Jun 2024 14:38:15 +0000 (16:38 +0200)
commit5a1906a476bc84145f20cd1941aa1250d38db4aa
tree9cbebc2286dd55711d4bbeb22b0207c26d3c5a70
parentd9a75a60699dedaac17d2b5170bb2e3cdc03481e
gfs2: Revert "check for no eligible quota changes"

Since the previous commit, function gfs2_quota_sync() will not cause the
sync generation to creep forward by one every time the function is
called; this helps keep things a but more tidy.  We also don't care that
this function allocates a page of memory every time it is called, so no
good reason for keeping qd_changed() anymore, which just duplicates
qd_grab_sync().

This reverts commit 06aa6fd31a5f402b055e12ea53bb7b086359d3c8.

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