X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fconfigfs%2Fmount.c;h=8421cea7d8c7b1460b0cfdf90e831a3012ddf803;hb=2283af5b0b99565f516eacd756df2b1ddf9f4f85;hp=de3b31d0a37d88a44185cb6be1efeefed6bc1cab;hpb=df8dc74e8a383eaf2d9b44b80a71ec6f0e52b42e;p=linux-2.6 diff --git a/fs/configfs/mount.c b/fs/configfs/mount.c index de3b31d0a3..8421cea7d8 100644 --- a/fs/configfs/mount.c +++ b/fs/configfs/mount.c @@ -92,7 +92,7 @@ static int configfs_fill_super(struct super_block *sb, void *data, int silent) root = d_alloc_root(inode); if (!root) { - pr_debug("%s: could not get root dentry!\n",__FUNCTION__); + pr_debug("%s: could not get root dentry!\n",__func__); iput(inode); return -ENOMEM; }