diff options
author | Alan Somers <asomers@FreeBSD.org> | 2019-04-19 15:42:46 -0600 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2019-04-24 17:05:07 +0200 |
commit | 7142fd1be3275a64773a2252ed6b97e924677e9f (patch) | |
tree | 12d764de3e75a5d546449e4e09ac17a89681112e /include/uapi/linux/fuse.h | |
parent | 68065b84155777335451cf8efdb2e68fddac71ca (diff) | |
download | lwn-7142fd1be3275a64773a2252ed6b97e924677e9f.tar.gz lwn-7142fd1be3275a64773a2252ed6b97e924677e9f.zip |
fuse: fix changelog entry for protocol 7.9
Retroactively add changelog entry for the atime and mtime "now" flags.
This was an oversight in commit 17637cbaba59 ("fuse: improve utimes
support").
Signed-off-by: Alan Somers <asomers@FreeBSD.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/uapi/linux/fuse.h')
-rw-r--r-- | include/uapi/linux/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index b7aefea016ae..c2bece466520 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h @@ -44,6 +44,7 @@ * - add lock_owner field to fuse_setattr_in, fuse_read_in and fuse_write_in * - add blksize field to fuse_attr * - add file flags field to fuse_read_in and fuse_write_in + * - Add ATIME_NOW and MTIME_NOW flags to fuse_setattr_in * * 7.10 * - add nonseekable open flag |