]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: remove redundant warnings
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 3 Mar 2025 11:00:14 +0000 (12:00 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:38 +0000 (18:15 +0100)
commit79fe790a32a82a3e2d0afd28b294b71efea0d5b1
tree3ca3cc71c93b13735221e235475237612361967a
parente9e38ed7250f8ef6b2928216156c09df8b4834b3
gfs2: remove redundant warnings

In glock_set_object() and glock_clear_object(), there is no need to
print the glock type and number when we dump the entire glock, anyway.

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