X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fcifs%2Ffcntl.c;h=633a938113287f2d0a75c6ba58953e800b755747;hb=9ccfc29c671c9d0a83c2a114d4bc5f85f3cd749d;hp=a7a47bb36bf30888ea87bd62592ed732bba05d25;hpb=602d4a7e2f4b843d1a67375d4d7104073495b758;p=linux-2.6-omap-h63xx.git diff --git a/fs/cifs/fcntl.c b/fs/cifs/fcntl.c index a7a47bb36bf..633a9381132 100644 --- a/fs/cifs/fcntl.c +++ b/fs/cifs/fcntl.c @@ -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;