summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/fuse.h
diff options
context:
space:
mode:
authorAlan Somers2019-04-19 23:42:45 +0200
committerMiklos Szeredi2019-04-24 17:05:07 +0200
commit68065b84155777335451cf8efdb2e68fddac71ca (patch)
tree8675e7f9b60affe620d99b85deffcd908cfd0bf2 /include/uapi/linux/fuse.h
parentfuse: document fuse_fsync_in.fsync_flags (diff)
downloadkernel-qcow2-linux-68065b84155777335451cf8efdb2e68fddac71ca.tar.gz
kernel-qcow2-linux-68065b84155777335451cf8efdb2e68fddac71ca.tar.xz
kernel-qcow2-linux-68065b84155777335451cf8efdb2e68fddac71ca.zip
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>
Diffstat (limited to 'include/uapi/linux/fuse.h')
-rw-r--r--include/uapi/linux/fuse.h2
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 @@
* - add POLL message and NOTIFY_POLL notification
*
* 7.12
- * - add umask flag to input argument of open, mknod and mkdir
+ * - add umask flag to input argument of create, mknod and mkdir
* - add notification messages for invalidation of inodes and
* directory entries
*