gfs2: Switch to wait_event in gfs2_quotad
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 25 Aug 2023 09:06:20 +0000 (11:06 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:17 +0000 (15:58 +0200)
commite4a8b5481c59a3f1252f595330c2d2cd038886b2
treecf981dc07182fbf319576d523c0ae49d0cbed74b
parentfe4f7940d212440334f06783e06a15d674013bb1
gfs2: Switch to wait_event in gfs2_quotad

In gfs2_quotad(), switch from an open-coded wait loop to
wait_event_interruptible_timeout().

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