fs: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
530b641278
commit
8e24eea728
@ -1101,7 +1101,7 @@ grow_buffers(struct block_device *bdev, sector_t block, int size)
|
||||
|
||||
printk(KERN_ERR "%s: requested out-of-range block %llu for "
|
||||
"device %s\n",
|
||||
__FUNCTION__, (unsigned long long)block,
|
||||
__func__, (unsigned long long)block,
|
||||
bdevname(bdev, b));
|
||||
return -EIO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user