From 9fbc43caaa082c76e2db3478d72119cc2c4f2f9c Mon Sep 17 00:00:00 2001 From: Fabio Olive Leite Date: Sun, 12 Sep 2010 19:55:25 -0400 Subject: [PATCH] --- yaml --- r: 210667 b: refs/heads/master c: b1bde04c6d9a120dec602cc8a70b8a7f21600883 h: refs/heads/master i: 210665: 555670f4b14a4e1b7c393b47c65190cfeddc2301 210663: a88ae5e4a39425eb18fc67666e771f8e00b8ef3a v: v3 --- [refs] | 2 +- trunk/fs/nfs/file.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 9c34c58ed39e..98551a652b64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55576244eba805307a2b2b6a145b8f85f8c7c124 +refs/heads/master: b1bde04c6d9a120dec602cc8a70b8a7f21600883 diff --git a/trunk/fs/nfs/file.c b/trunk/fs/nfs/file.c index eb51bd6201da..05bf3c0dc751 100644 --- a/trunk/fs/nfs/file.c +++ b/trunk/fs/nfs/file.c @@ -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; }