diff options
Diffstat (limited to 'fs/vfat/namei.c')
-rw-r--r-- | fs/vfat/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c index 5b66162d0747..a3522727ea5b 100644 --- a/fs/vfat/namei.c +++ b/fs/vfat/namei.c | |||
@@ -986,7 +986,7 @@ error_inode: | |||
986 | if (corrupt < 0) { | 986 | if (corrupt < 0) { |
987 | fat_fs_panic(new_dir->i_sb, | 987 | fat_fs_panic(new_dir->i_sb, |
988 | "%s: Filesystem corrupted (i_pos %lld)", | 988 | "%s: Filesystem corrupted (i_pos %lld)", |
989 | __FUNCTION__, sinfo.i_pos); | 989 | __func__, sinfo.i_pos); |
990 | } | 990 | } |
991 | goto out; | 991 | goto out; |
992 | } | 992 | } |