]> git.ipfire.org Git - thirdparty/linux.git/commit
fuse: check connection state on notification
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 26 Mar 2026 10:45:44 +0000 (11:45 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 2 Apr 2026 18:43:24 +0000 (20:43 +0200)
commite45f591f704aecec31dc738694a5e43acdfd020b
treec5bc2d11c896cca0d65751d5135df399f80d685b
parentda6fcc6dbddbef80e603d2f0c1554a9f2ac03742
fuse: check connection state on notification

Check if the connection is fully initialized and connected before trying to
process a notification form the fuse server.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c