Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fuse] fix race between checking and setting file->private_data
BKL does not protect against races if the task may sleep between checking and setting a value. So move checking of file->private_data near to setting it in fuse_fill_super(). Found by Al Viro. Signed-off-by: Miklos Szeredi <[email protected]>
- Loading branch information