aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-04-21 14:09:28 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-04-21 14:09:28 +0000
commit5fe07d61983e16d6311d9c1a19d0a3b0a8a25266 (patch)
tree5e31746c3f60873071604485717bf6c57a0bc6fb /ChangeLog
parent7a2814c8b45e667822ed5c2ce0b8b2c9ce5d2692 (diff)
downloadlibfuse-5fe07d61983e16d6311d9c1a19d0a3b0a8a25266.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c598b1..32df258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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