commit | f83140c1467e22ba9ee9389bc4e6c3e117f2296e | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Mon Apr 04 16:26:36 2016 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri Apr 08 14:10:31 2016 -0400 |
tree | 1c0b480efa801c3395f4e6f77a37926705933c3b | |
parent | 2fa37fd71396b8eff72d23cafc8c583dd8eb928c [diff] |
orangefs: clean up truncate ctime and mtime setting The ctime and mtime are always updated on a successful ftruncate and only updated on a successful truncate where the size changed. We handle the ``if the size changed'' bit. This matches FUSE's behavior. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>