diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-04-21 14:09:28 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-04-21 14:09:28 +0000 |
commit | 5fe07d61983e16d6311d9c1a19d0a3b0a8a25266 (patch) | |
tree | 5e31746c3f60873071604485717bf6c57a0bc6fb /ChangeLog | |
parent | 7a2814c8b45e667822ed5c2ce0b8b2c9ce5d2692 (diff) | |
download | libfuse-5fe07d61983e16d6311d9c1a19d0a3b0a8a25266.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ -2006-04-11 Csaba Henk <csaba.henk@creo.hu> +2006-04-21 Miklos Szeredi <miklos@szeredi.hu> + + * kernel: fix fput deadlock fix, the lockless solution could lead + to "VFS: busy inodes after umount..." + + * kernel: fix race between checking and setting file->private_data + for the device. Found by Al Viro + +2006-04-11 Miklos Szeredi <miklos@szeredi.hu> * kernel: remove request pool, instead allocate requests on demand. Account the number of background requests, and if they go |