diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-04-19 17:42:46 -0400 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2019-04-24 11:05:07 -0400 |
| commit | 7142fd1be3275a64773a2252ed6b97e924677e9f (patch) | |
| tree | 12d764de3e75a5d546449e4e09ac17a89681112e | |
| parent | 68065b84155777335451cf8efdb2e68fddac71ca (diff) | |
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>
| -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 @@ | |||
| 44 | * - add lock_owner field to fuse_setattr_in, fuse_read_in and fuse_write_in | 44 | * - add lock_owner field to fuse_setattr_in, fuse_read_in and fuse_write_in |
| 45 | * - add blksize field to fuse_attr | 45 | * - add blksize field to fuse_attr |
| 46 | * - add file flags field to fuse_read_in and fuse_write_in | 46 | * - add file flags field to fuse_read_in and fuse_write_in |
| 47 | * - Add ATIME_NOW and MTIME_NOW flags to fuse_setattr_in | ||
| 47 | * | 48 | * |
| 48 | * 7.10 | 49 | * 7.10 |
| 49 | * - add nonseekable open flag | 50 | * - add nonseekable open flag |
