]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/fcntl.c
[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()
[linux-2.6-omap-h63xx.git] / fs / cifs / fcntl.c
index a7a47bb36bf30888ea87bd62592ed732bba05d25..633a938113287f2d0a75c6ba58953e800b755747 100644 (file)
@@ -86,9 +86,7 @@ int cifs_dir_notify(struct file * file, unsigned long arg)
        cifs_sb = CIFS_SB(file->f_dentry->d_sb);
        pTcon = cifs_sb->tcon;
 
-       down(&file->f_dentry->d_sb->s_vfs_rename_sem);
        full_path = build_path_from_dentry(file->f_dentry);
-       up(&file->f_dentry->d_sb->s_vfs_rename_sem);
 
        if(full_path == NULL) {
                rc = -ENOMEM;