diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-10-08 17:35:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-10-08 17:35:40 +0000 |
commit | b9ea32fc3bb3410c5f436c1f1f90558ff189bf23 (patch) | |
tree | 667f201f103569f79dcefcddc4ec699dc6418f04 /ChangeLog | |
parent | 7e7fa1fb9429adf2061670c97ce30a39685daadd (diff) | |
download | libfuse-b9ea32fc3bb3410c5f436c1f1f90558ff189bf23.tar.gz |
Add DESTROY message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,6 +19,15 @@ * Minor clean up of udev rules + * Add a synchronous DESTROY message to kernel interface. This is + invoked from umount, when the final instance of the filesystem is + released. It is only sent for filesystems mounted with the + 'blkdev' option for security reasons. + + * If the DESTROY message is received, call the filesystem's + ->destroy() method. In this case it's not called from session + destruction as it would be otherwise. + 2006-10-01 Miklos Szeredi <miklos@szeredi.hu> * Released 2.6.0-rc2 |