gfs2: rename variable error to ret in gfs2_evict_inode
authorBob Peterson <rpeterso@redhat.com>
Fri, 11 Sep 2020 15:56:31 +0000 (10:56 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 14 Oct 2020 21:54:41 +0000 (23:54 +0200)
commit23d828fc3f1e309bbc23bab817e6b5c40b06d9b9
tree8636592f7534de9b5ee238d03819c724cedaef8a
parente8a8023ee0bda6dcb32e4695bb080499d7a1ffea
gfs2: rename variable error to ret in gfs2_evict_inode

Function gfs2_evict_inode is too big and unreadable. This patch is just
a baby step toward improving that. This first step just renames variable
error to ret. This will help make future patches more readable.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/super.c