X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffat%2Ffile.c;h=27cc1164ec36baa84284836686d1603a36451423;hb=1df5a8d004f64b1aa3fb93e0556886ba00ebc979;hp=d604bb132422450ccce7248df845b455721b6aa0;hpb=e31a94ed371c70855eb30b77c490d6d85dd4da26;p=linux-2.6 diff --git a/fs/fat/file.c b/fs/fat/file.c index d604bb1324..27cc1164ec 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c @@ -208,7 +208,7 @@ static int fat_free(struct inode *inode, int skip) } else if (ret == FAT_ENT_FREE) { fat_fs_panic(sb, "%s: invalid cluster chain (i_pos %lld)", - __FUNCTION__, MSDOS_I(inode)->i_pos); + __func__, MSDOS_I(inode)->i_pos); ret = -EIO; } else if (ret > 0) { err = fat_ent_write(inode, &fatent, FAT_ENT_EOF, wait);