[XFS] fix some more compiler warnings in the vnode tracing code
authorChristoph Hellwig <hch@sgi.com>
Tue, 21 Jun 2005 05:33:48 +0000 (15:33 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 21 Jun 2005 05:33:48 +0000 (15:33 +1000)
SGI-PV: 934679
SGI-Modid: xfs-linux:xfs-kern:192570a

Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_vnode.c

index a832d165f24ff6d7e84fded59529439f1a16cfb0..250cad54e8920e4226f3fab93c05b4b3afb44a0d 100644 (file)
@@ -411,13 +411,13 @@ vn_remove(
 /*  0 */               (void *)(__psint_t)(vk),                \
 /*  1 */               (void *)(s),                            \
 /*  2 */               (void *)(__psint_t) line,               \
-/*  3 */               (void *)(vn_count(vp)), \
+/*  3 */               (void *)(__psint_t)(vn_count(vp)),      \
 /*  4 */               (void *)(ra),                           \
 /*  5 */               (void *)(__psunsigned_t)(vp)->v_flag,   \
 /*  6 */               (void *)(__psint_t)current_cpu(),       \
 /*  7 */               (void *)(__psint_t)current_pid(),       \
 /*  8 */               (void *)__return_address,               \
-/*  9 */               0, 0, 0, 0, 0, 0, 0)
+/*  9 */               NULL, NULL, NULL, NULL, NULL, NULL, NULL)
 
 /*
  * Vnode tracing code.