aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-11-20 20:23:04 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2016-12-05 18:58:32 -0500
commit12c7f9dc0fd154632457f3474351bcfcf4e61512 (patch)
treedfa47ea631a7a1cdeca78efed7282ac23ba47c36 /include/linux/fsnotify.h
parentfsnotify(): constify 'data' (diff)
downloadlinux-dev-12c7f9dc0fd154632457f3474351bcfcf4e61512.tar.xz
linux-dev-12c7f9dc0fd154632457f3474351bcfcf4e61512.zip
constify fsnotify_parent()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fsnotify.h')
-rw-r--r--include/linux/fsnotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fsnotify.h b/include/linux/fsnotify.h
index b8bcc058e031..e19eb1f5e958 100644
--- a/include/linux/fsnotify.h
+++ b/include/linux/fsnotify.h
@@ -17,7 +17,7 @@
#include <linux/bug.h>
/* Notify this dentry's parent about a child's events. */
-static inline int fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask)
+static inline int fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask)
{
if (!dentry)
dentry = path->dentry;