summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2018-07-26 16:13:11 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2018-07-26 16:13:11 +0200
commit45ff350bbd9d0f0977ff270a0d427c71520c0c37 (patch)
treecb331af1112ab98d9d43ec345718899a642c82ee /lib
parent87114373ea507895a62afb10d2910bd9adac35a8 (diff)
downloadlinux-stable-45ff350bbd9d0f0977ff270a0d427c71520c0c37.tar.gz
linux-stable-45ff350bbd9d0f0977ff270a0d427c71520c0c37.tar.bz2
linux-stable-45ff350bbd9d0f0977ff270a0d427c71520c0c37.zip
fuse: fix unlocked access to processing queue
fuse_dev_release() assumes that it's the only one referencing the fpq->processing list, but that's not true, since fuse_abort_conn() can be doing the same without any serialization between the two. Fixes: c3696046beb3 ("fuse: separate pqueue for clones") Cc: <stable@vger.kernel.org> # v4.2 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions