From 102efbc0f266c744715937435653fb45df108acd Mon Sep 17 00:00:00 2001 From: Jean-Christophe Dubois Date: Tue, 23 Mar 2010 08:08:09 +0100 Subject: [PATCH] --- yaml --- r: 207699 b: refs/heads/master c: 98b5c10d320adfa250c1c18f3ccaec2f78e5e11d h: refs/heads/master i: 207697: 3020142335a3e04ede790125ff4fabe6bfee5604 207695: 5fa894c0109578f39b62cd8f2ed5704439db2acd v: v3 --- [refs] | 2 +- trunk/fs/notify/fsnotify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 84327aa18052..b8b20f2f0775 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8860f060e473dce1a0873d92105d536f72b05908 +refs/heads/master: 98b5c10d320adfa250c1c18f3ccaec2f78e5e11d diff --git a/trunk/fs/notify/fsnotify.c b/trunk/fs/notify/fsnotify.c index 668268627894..9810babb1a3b 100644 --- a/trunk/fs/notify/fsnotify.c +++ b/trunk/fs/notify/fsnotify.c @@ -269,7 +269,7 @@ int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, if (event) fsnotify_put_event(event); - return 0; + return ret; } EXPORT_SYMBOL_GPL(fsnotify);