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>
Este cometimento está contido em:

cometido por
Linus Torvalds

ascendente
530b641278
cometimento
8e24eea728
@@ -42,7 +42,7 @@ static inline struct bfs_inode_info *BFS_I(struct inode *inode)
|
||||
|
||||
|
||||
#define printf(format, args...) \
|
||||
printk(KERN_ERR "BFS-fs: %s(): " format, __FUNCTION__, ## args)
|
||||
printk(KERN_ERR "BFS-fs: %s(): " format, __func__, ## args)
|
||||
|
||||
/* inode.c */
|
||||
extern struct inode *bfs_iget(struct super_block *sb, unsigned long ino);
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador