]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/nfs/file.c
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[linux-beck.git] / fs / nfs / file.c
index c3f2477c16c1de6732d0ff0178c4f6322484765d..e18c31e08a2897fb5c2a7990a0e34147845e37ad 100644 (file)
@@ -723,10 +723,6 @@ static int do_vfs_lock(struct file *file, struct file_lock *fl)
                default:
                        BUG();
        }
-       if (res < 0)
-               dprintk(KERN_WARNING "%s: VFS is out of sync with lock manager"
-                       " - error %d!\n",
-                               __func__, res);
        return res;
 }