You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user