X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnfs%2Ffile.c;h=d84a3d8f32af395f8109b58dcdd232fc3d0ddaa3;hb=441dbb500b4344a8e3125e5aabab4f9dbf72514f;hp=3536b01164f9ca036aa102ee5211d670273f26df;hpb=ce1d5b23a8d1e19866ab82bdec0dc41fde5273d8;p=linux-2.6 diff --git a/fs/nfs/file.c b/fs/nfs/file.c index 3536b01164..d84a3d8f32 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c @@ -526,7 +526,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; }