diff options
| author | Miklos Szeredi <[email protected]> | 2011-02-25 13:44:58 +0000 |
|---|---|---|
| committer | Miklos Szeredi <[email protected]> | 2011-02-25 13:44:58 +0000 |
| commit | 5a18ec176c934ca1bc9dc61580a5e0e90a9b5733 (patch) | |
| tree | 6995509f59166fff90ce240ce72e3858f61ac101 /net/unix/af_unix.c | |
| parent | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff) | |
| download | kernel-5a18ec176c934ca1bc9dc61580a5e0e90a9b5733.tar.gz kernel-5a18ec176c934ca1bc9dc61580a5e0e90a9b5733.zip | |
fuse: fix hang of single threaded fuseblk filesystem
Single threaded NTFS-3G could get stuck if a delayed RELEASE reply
triggered a DESTROY request via path_put().
Fix this by
a) making RELEASE requests synchronous, whenever possible, on fuseblk
filesystems
b) if not possible (triggered by an asynchronous read/write) then do
the path_put() in a separate thread with schedule_work().
Reported-by: Oliver Neukum <[email protected]>
Cc: [email protected]
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
