[PATCH] FUSE - fix race in interrupted request

2005-02-02 Thread Miklos Szeredi
Hi Andrew, This patch fixes a potential race between request_wait_answer() calling background_request() and fuse_dev_writev() calling request_end() if a request is interrupted. The race could cause inodes and files to acquire an extra reference, making them unfreeable. Please apply. Thanks,

[PATCH] FUSE - fix race in interrupted request

2005-02-02 Thread Miklos Szeredi
Hi Andrew, This patch fixes a potential race between request_wait_answer() calling background_request() and fuse_dev_writev() calling request_end() if a request is interrupted. The race could cause inodes and files to acquire an extra reference, making them unfreeable. Please apply. Thanks,