summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2005-05-05 13:29:17 -0700
committerChristoph Hellwig <hch@melbourne.sgi.com>2005-05-05 13:29:17 -0700
commit764433b7f1cf5d7b5e27ceb4f5546042e1f4acc7 (patch)
tree127f84ce4af9034577fcd01888a206ab40388301 /fs/xfs/linux-2.6/xfs_vnode.c
parent1f443ad70d3afa6bc74019ade2d664eadd7d505a (diff)
downloadop-kernel-dev-764433b7f1cf5d7b5e27ceb4f5546042e1f4acc7.zip
op-kernel-dev-764433b7f1cf5d7b5e27ceb4f5546042e1f4acc7.tar.gz
[XFS] Fix up warnings
SGI Modid: xfs-linux:xfs-kern:191411a Signed-off-by: Eric Sandeen <sandeen@sgi.com> Signed-off-by: Christoph Hellwig <hch@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.c b/fs/xfs/linux-2.6/xfs_vnode.c
index 849c61c..4b1b1bc 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.c
+++ b/fs/xfs/linux-2.6/xfs_vnode.c
@@ -424,13 +424,13 @@ vn_remove(
* Vnode tracing code.
*/
void
-vn_trace_entry(vnode_t *vp, char *func, inst_t *ra)
+vn_trace_entry(vnode_t *vp, const char *func, inst_t *ra)
{
KTRACE_ENTER(vp, VNODE_KTRACE_ENTRY, func, 0, ra);
}
void
-vn_trace_exit(vnode_t *vp, char *func, inst_t *ra)
+vn_trace_exit(vnode_t *vp, const char *func, inst_t *ra)
{
KTRACE_ENTER(vp, VNODE_KTRACE_EXIT, func, 0, ra);
}
OpenPOWER on IntegriCloud