xfs
[Top] [All Lists]

PARTIAL TAKE 976035 - replace remaining __FUNCTION__ occurrences

To: sgi.bugs.xfs@xxxxxxxxxxxx
Subject: PARTIAL TAKE 976035 - replace remaining __FUNCTION__ occurrences
From: dgc@xxxxxxx (David Chinner)
Date: Wed, 9 Apr 2008 14:33:32 +1000 (EST)
Cc: xfs@xxxxxxxxxxx
Sender: xfs-bounce@xxxxxxxxxxx
replace remaining __FUNCTION__ occurrences

__FUNCTION__ is gcc-specific, use __func__

Signed-off-by: Harvey Harrison <harvey.harrison@xxxxxxxxx>


Date:  Wed Apr  9 14:33:03 AEST 2008
Workarea:  chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by:  harvey.harrison@xxxxxxxxx

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:30775a
fs/xfs/xfs_log.c - 1.354 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.354&r2=text&tr2=1.353&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_trans_ail.c - 1.87 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans_ail.c.diff?r1=text&tr1=1.87&r2=text&tr2=1.86&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_log_recover.c - 1.337 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_recover.c.diff?r1=text&tr1=1.337&r2=text&tr2=1.336&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_bmap_btree.c - 1.169 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.c.diff?r1=text&tr1=1.169&r2=text&tr2=1.168&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_alloc.c - 1.190 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_alloc.c.diff?r1=text&tr1=1.190&r2=text&tr2=1.189&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_bmap.h - 1.103 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.h.diff?r1=text&tr1=1.103&r2=text&tr2=1.102&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_bmap.c - 1.388 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.388&r2=text&tr2=1.387&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/linux-2.6/xfs_vnode.h - 1.147 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.h.diff?r1=text&tr1=1.147&r2=text&tr2=1.146&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/linux-2.6/xfs_super.c - 1.412 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.412&r2=text&tr2=1.411&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/linux-2.6/xfs_buf.c - 1.253 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.253&r2=text&tr2=1.252&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/linux-2.6/kmem.c - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/kmem.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
        - __FUNCTION__ is gcc-specific, use __func__

fs/xfs/xfs_filestream.c - 1.5 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_filestream.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h
        - __FUNCTION__ is gcc-specific, use __func__



<Prev in Thread] Current Thread [Next in Thread>
  • PARTIAL TAKE 976035 - replace remaining __FUNCTION__ occurrences, David Chinner <=