]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/nfs/file.c
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[net-next-2.6.git] / fs / nfs / file.c
index 91d019d39122d69a71961378e42263738ee4e88e..e756075637b005ba1937b275c2d77ed3ff8ad676 100644 (file)
@@ -728,10 +728,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;
 }