diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-16 20:57:41 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-16 20:57:41 +0100 |
commit | dd7a5230cd651bfb119d222561c4032f30dd5659 (patch) | |
tree | 85628ef75d1f512f43df6f760980b6cce6cf40c7 /fs/inotify_user.c | |
parent | x86: remove duplicate #define from 'cpufeature.h' (diff) | |
parent | Linux 2.6.28-rc8 (diff) | |
download | linux-dd7a5230cd651bfb119d222561c4032f30dd5659.tar.xz linux-dd7a5230cd651bfb119d222561c4032f30dd5659.zip |
Merge commit 'v2.6.28-rc8' into x86/cpufeature
Diffstat (limited to 'fs/inotify_user.c')
-rw-r--r-- | fs/inotify_user.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/inotify_user.c b/fs/inotify_user.c index d85c7d931cdf..d367e9b92862 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c @@ -537,9 +537,6 @@ static int inotify_release(struct inode *ignored, struct file *file) inotify_dev_event_dequeue(dev); mutex_unlock(&dev->ev_mutex); - if (file->f_flags & FASYNC) - inotify_fasync(-1, file, 0); - /* free this device: the put matching the get in inotify_init() */ put_inotify_dev(dev); |