]> Gentwo Git Trees - linux/.git/commit
fuse: refactor fuse_conn_put() to remove negative logic.
authorLuis Henriques <luis@igalia.com>
Tue, 16 Sep 2025 13:53:10 +0000 (14:53 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 12 Nov 2025 10:45:03 +0000 (11:45 +0100)
commitb4909ae8d4e95a5046bcba099a3afdef8024b1b2
tree01a83ed727b43c8f84319ebc9e582860e1c74be6
parent64becd224ff99dbdcffab22709dfcf170e52aff1
fuse: refactor fuse_conn_put() to remove negative logic.

There is no functional change with this patch.  It simply refactors
function fuse_conn_put() to not use negative logic, which makes it more
easier to read.

Signed-off-by: Luis Henriques <luis@igalia.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c