gfs2: Use [NO_]CREATE consistently for gfs2_glock_get
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 15 Jan 2024 21:01:12 +0000 (22:01 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 9 Apr 2024 16:35:57 +0000 (18:35 +0200)
commit3592bfaf746a4d0fefe6fe11527aa335073674c1
treef6326ce0b2fa762e0c6b7552b833370be94a8c33
parent52c2d389fe0a5cbfd88bc68e5b31d8811d2e5933
gfs2: Use [NO_]CREATE consistently for gfs2_glock_get

When calling gfs2_glock_get(), consistently pass the CREATE or NO_CREATE
flag for the create argument.  This is the only place that passes 0
instead.

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