diff options
Diffstat (limited to 'fs/notify/notification.c')
-rw-r--r-- | fs/notify/notification.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/notify/notification.c b/fs/notify/notification.c index 2d50a40ab1e4..b35faafacd38 100644 --- a/fs/notify/notification.c +++ b/fs/notify/notification.c | |||
@@ -370,8 +370,8 @@ struct fsnotify_event *fsnotify_clone_event(struct fsnotify_event *old_event) | |||
370 | * @name the filename, if available | 370 | * @name the filename, if available |
371 | */ | 371 | */ |
372 | struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, void *data, | 372 | struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, void *data, |
373 | int data_type, const char *name, u32 cookie, | 373 | int data_type, const unsigned char *name, |
374 | gfp_t gfp) | 374 | u32 cookie, gfp_t gfp) |
375 | { | 375 | { |
376 | struct fsnotify_event *event; | 376 | struct fsnotify_event *event; |
377 | 377 | ||