diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-03-31 19:59:12 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-03-31 19:59:12 +0000 |
commit | eab72ef27a0ff2376a409ce40390b5c8c1e8727a (patch) | |
tree | e187c04157a6c8d6106bd48ff7c36cae7a94e163 /ChangeLog | |
parent | 407e6a7297a7e126182934c53946eac44fe6b54b (diff) | |
download | libfuse-eab72ef27a0ff2376a409ce40390b5c8c1e8727a.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-03-31 Miklos Szeredi <miklos@szeredi.hu> + + * kernel API: add padding to structures, so 64bit and 32bit + compiler will return the same size + + * kernel API: add offset field to fuse_dirent. This will allow + more sophisticated readdir interface for userspace + + * kernel API: change major number to 6 + + * kernel: fix warnings on 64bit archs + + * kernel: in case of API version mismatch, return ECONNREFUSED + 2005-03-24 Miklos Szeredi <miklos@szeredi.hu> * kernel: trivial cleanups |