From: Alan Somers Date: Fri, 19 Apr 2019 21:42:45 +0000 (-0600) Subject: fuse: fix changelog entry for protocol 7.12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68065b84155777335451cf8efdb2e68fddac71ca;p=linux.git 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 Signed-off-by: Miklos Szeredi --- diff --git a/include/uapi/linux/fuse.h b/include/uapi/linux/fuse.h index 59d5048df41e1..b7aefea016ae6 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 *