diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-18 21:19:58 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-18 21:19:58 +0000 |
commit | 1adb227764b7ba990b0635b812a49041d3e66dc2 (patch) | |
tree | 8ebec98bcff15d126dae4b53a62a0c7ae53e0093 /ChangeLog | |
parent | 67453ec7cf5b56749501832c90144a4f707473ac (diff) | |
download | libfuse-1adb227764b7ba990b0635b812a49041d3e66dc2.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-18 Miklos Szeredi <miklos@szeredi.hu> + + * KERNEL ABI: remove GETDIR operation, and add OPENDIR, READDIR + and RELEASEDIR. This ends the ugly hack of passing a file + descriptor to the kernel, and actually makes the code simpler. + 2005-01-17 Miklos Szeredi <miklos@szeredi.hu> * Released 2.2-pre4 |