diff options
| author | Thomas Gleixner <tglx@tglx.tec.linutronix.de> | 2005-07-13 10:45:00 +0200 | 
|---|---|---|
| committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-07-13 10:45:00 +0200 | 
| commit | 1b3035b7fcc72b6b36f2a3634dad832eb2453ce8 (patch) | |
| tree | 728174d72943cc9b981a5843553551df62eddc41 /fs/open.c | |
| parent | a98a5d04f400ad112e59cadd739dbabf89417e60 (diff) | |
| parent | c32511e2718618f0b53479eb36e07439aa363a74 (diff) | |
Merge with rsync://fileserver/linux
Diffstat (limited to 'fs/open.c')
| -rw-r--r-- | fs/open.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/open.c b/fs/open.c index 3f4a4286fdc4..32bf05e2996d 100644 --- a/fs/open.c +++ b/fs/open.c @@ -10,7 +10,7 @@  #include <linux/file.h>  #include <linux/smp_lock.h>  #include <linux/quotaops.h> -#include <linux/dnotify.h> +#include <linux/fsnotify.h>  #include <linux/module.h>  #include <linux/slab.h>  #include <linux/tty.h> @@ -951,6 +951,7 @@ asmlinkage long sys_open(const char __user * filename, int flags, int mode)  				put_unused_fd(fd);  				fd = PTR_ERR(f);  			} else { +				fsnotify_open(f->f_dentry);  				fd_install(fd, f);  			}  		}  | 
