diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-15 16:41:20 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-15 16:41:20 +0000 |
commit | 154ffe2c27e84a29eafedc5327f663a313f2721a (patch) | |
tree | 42d3497095b2eb452cbe3a504733112f0c44ad8d /ChangeLog | |
parent | 4e8290961d24105834fed054afbf1f7749553e47 (diff) | |
download | libfuse-154ffe2c27e84a29eafedc5327f663a313f2721a.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * fusermount: check if /mnt/mtab is a symlink and don't modify it in that case + * kernel: simplify request size limiting. INIT only contains + maximum write size, maximum path component size remains fixed at + 1024 bytes, and maximum xattr size depends on read buffer. + 2005-12-14 Miklos Szeredi <miklos@szeredi.hu> * Fix readdir() failure on x86_64, of 32bit programs compiled |