]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/file.c
Merge commit 'v2.6.26' into bkl-removal
[linux-2.6-omap-h63xx.git] / fs / nfs / file.c
index a34eb78989f5bfce1dafe12cb69c8698b1ca2483..4e98a56a17776cc1ea484db0c5d24f9e2a7490a0 100644 (file)
@@ -530,7 +530,7 @@ static int do_vfs_lock(struct file *file, struct file_lock *fl)
        if (res < 0)
                dprintk(KERN_WARNING "%s: VFS is out of sync with lock manager"
                        " - error %d!\n",
-                               __FUNCTION__, res);
+                               __func__, res);
        return res;
 }