de-duplicate calls to xfs_attr_trace_enter
Every call to xfs_attr_trace_enter() shares the exact
same 16 args in the middle... just send in the context
pointer and let the next level down split it into the
ktrace.
Compile tested only.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
Signed-off-by: Niv Sardi <xaiki@xxxxxxx>
Date: Tue May 20 14:30:00 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/xaiki/isms/2.6-xfs
Inspected by: jeffpc,esandeen,xaiki
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31200a
fs/xfs/xfs_attr_sf.h - 1.24 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr_sf.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.23&f=h
fs/xfs/xfs_attr.c - 1.150 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr.c.diff?r1=text&tr1=1.150&r2=text&tr2=1.149&f=h
|