diff options
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r-- | fs/nfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c index a34eb78989f5..4e98a56a1777 100644 --- a/fs/nfs/file.c +++ b/fs/nfs/file.c | |||
@@ -530,7 +530,7 @@ static int do_vfs_lock(struct file *file, struct file_lock *fl) | |||
530 | if (res < 0) | 530 | if (res < 0) |
531 | dprintk(KERN_WARNING "%s: VFS is out of sync with lock manager" | 531 | dprintk(KERN_WARNING "%s: VFS is out of sync with lock manager" |
532 | " - error %d!\n", | 532 | " - error %d!\n", |
533 | __FUNCTION__, res); | 533 | __func__, res); |
534 | return res; | 534 | return res; |
535 | } | 535 | } |
536 | 536 | ||