fuse: remove the unneeded result variable
authorye xingchen <ye.xingchen@zte.com.cn>
Thu, 1 Sep 2022 07:42:59 +0000 (07:42 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 23 Nov 2022 08:10:49 +0000 (09:10 +0100)
commite2283a736676554f72dbdcb62fdc1d23daf7044f
tree7860b26d5564feb7e466cd314b20924b1a9f365a
parent00d369bc2de5986504fc0d60bfeae4c342b2cad5
fuse: remove the unneeded result variable

Return the value fuse_dev_release() directly instead of storing it in
another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/cuse.c