diff options
author | Alan Somers <asomers@FreeBSD.org> | 2019-04-19 17:42:45 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2019-04-24 11:05:07 -0400 |
commit | 68065b84155777335451cf8efdb2e68fddac71ca (patch) | |
tree | 8675e7f9b60affe620d99b85deffcd908cfd0bf2 | |
parent | 154603fe3ec4620a4c229a127ddbccf5c69f9463 (diff) |
fuse: fix changelog entry for protocol 7.12
This was a mistake in the comment in commit e0a43ddcc08c ("fuse: allow
umask processing in userspace").
Signed-off-by: Alan Somers <asomers@FreeBSD.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
-rw-r--r-- | include/uapi/linux/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index 59d5048df41e..b7aefea016ae 100644 --- a/include/uapi/linux/fuse.h +++ b/include/uapi/linux/fuse.h | |||
@@ -54,7 +54,7 @@ | |||
54 | * - add POLL message and NOTIFY_POLL notification | 54 | * - add POLL message and NOTIFY_POLL notification |
55 | * | 55 | * |
56 | * 7.12 | 56 | * 7.12 |
57 | * - add umask flag to input argument of open, mknod and mkdir | 57 | * - add umask flag to input argument of create, mknod and mkdir |
58 | * - add notification messages for invalidation of inodes and | 58 | * - add notification messages for invalidation of inodes and |
59 | * directory entries | 59 | * directory entries |
60 | * | 60 | * |