summaryrefslogtreecommitdiffstats
path: root/fs/notify/fsnotify.c
diff options
context:
space:
mode:
authorAl Viro2016-11-21 02:23:04 +0100
committerAl Viro2016-12-06 00:58:32 +0100
commit12c7f9dc0fd154632457f3474351bcfcf4e61512 (patch)
treedfa47ea631a7a1cdeca78efed7282ac23ba47c36 /fs/notify/fsnotify.c
parentfsnotify(): constify 'data' (diff)
downloadkernel-qcow2-linux-12c7f9dc0fd154632457f3474351bcfcf4e61512.tar.gz
kernel-qcow2-linux-12c7f9dc0fd154632457f3474351bcfcf4e61512.tar.xz
kernel-qcow2-linux-12c7f9dc0fd154632457f3474351bcfcf4e61512.zip
constify fsnotify_parent()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/notify/fsnotify.c')
-rw-r--r--fs/notify/fsnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c
index 7788a79eedf7..b41515d3f081 100644
--- a/fs/notify/fsnotify.c
+++ b/fs/notify/fsnotify.c
@@ -86,7 +86,7 @@ void __fsnotify_update_child_dentry_flags(struct inode *inode)
}
/* Notify this dentry's parent about a child's events. */
-int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask)
+int __fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask)
{
struct dentry *parent;
struct inode *p_inode;