diff options
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fsnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fsnotify.c b/fs/notify/fsnotify.c index 668268627894..9810babb1a3b 100644 --- a/fs/notify/fsnotify.c +++ b/fs/notify/fsnotify.c | |||
@@ -269,7 +269,7 @@ out: | |||
269 | if (event) | 269 | if (event) |
270 | fsnotify_put_event(event); | 270 | fsnotify_put_event(event); |
271 | 271 | ||
272 | return 0; | 272 | return ret; |
273 | } | 273 | } |
274 | EXPORT_SYMBOL_GPL(fsnotify); | 274 | EXPORT_SYMBOL_GPL(fsnotify); |
275 | 275 | ||