OSDN Git Service

Removed obsoleted references to utime_omit_ok
authorJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 22 Apr 2013 17:06:49 +0000 (19:06 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 22 Apr 2013 17:06:49 +0000 (19:06 +0200)
commitc5a11341b0a455350ac665d24eaefb960a433e61
treeb67c0d2b7e6aee3d5947ddf2f76b67d03e1537e5
parentbaf13fe5556b47582ba7d39da3045769d9fa3657
Removed obsoleted references to utime_omit_ok

When issuing an utimensat as a consequence of utime(2) or utimensat(2),
fuse had temporarily defined a flag utime_omit_ok to identify whether
the file system supports the values UTIME_OMIT and UTIME_NOW to mean
specific timestamp updatings. The flag has been obsoleted and all
file system are now supposed to comply with the convention.
include/fuse-lite/fuse.h
libfuse-lite/fuse.c
src/ntfs-3g.c