diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-11-20 20:19:09 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-05 18:58:31 -0500 |
commit | 3cd5eca8d7a2fe43098df4c33a1272fe6945cac9 (patch) | |
tree | 413258b5b34912c079c2a6b032f59c69e319d4df /fs/notify/fanotify/fanotify.h | |
parent | 640eb7e7b5242af53c456552a526d0080e6333f8 (diff) |
fsnotify: constify 'data' passed to ->handle_event()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/notify/fanotify/fanotify.h')
-rw-r--r-- | fs/notify/fanotify/fanotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fanotify/fanotify.h b/fs/notify/fanotify/fanotify.h index 2a5fb14115df..4500a74f8d38 100644 --- a/fs/notify/fanotify/fanotify.h +++ b/fs/notify/fanotify/fanotify.h @@ -47,4 +47,4 @@ static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) } struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask, - struct path *path); + const struct path *path); |