diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-02-08 17:46:57 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-02-08 17:46:57 +0000 |
commit | da077510ef8e57f84f199e9845c912806de53b74 (patch) | |
tree | 5384c2c537611762b862edff451832988842d6b2 /ChangeLog | |
parent | 30ece080006087a7e615cce3f7fc51b6d8a5d5bf (diff) | |
download | libfuse-da077510ef8e57f84f199e9845c912806de53b74.tar.gz |
Add support for atomic open(O_TRUNC)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ * Allow operations with a NULL path argument, if the filesystem supports it + * Add support for atomic open(O_TRUNC) + 2008-02-03 Csaba Henk <csaba.henk@creo.hu> * lib/mount_bsd.c: |