diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.c')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c index 6f5ccede63f9..38751d5fac6f 100644 --- a/fs/xfs/xfs_bmap_btree.c +++ b/fs/xfs/xfs_bmap_btree.c | |||
@@ -768,12 +768,6 @@ xfs_bmbt_trace_enter( | |||
768 | (void *)a0, (void *)a1, (void *)a2, (void *)a3, | 768 | (void *)a0, (void *)a1, (void *)a2, (void *)a3, |
769 | (void *)a4, (void *)a5, (void *)a6, (void *)a7, | 769 | (void *)a4, (void *)a5, (void *)a6, (void *)a7, |
770 | (void *)a8, (void *)a9, (void *)a10); | 770 | (void *)a8, (void *)a9, (void *)a10); |
771 | ktrace_enter(ip->i_btrace, | ||
772 | (void *)((__psint_t)type | (whichfork << 8) | (line << 16)), | ||
773 | (void *)func, (void *)s, (void *)ip, (void *)cur, | ||
774 | (void *)a0, (void *)a1, (void *)a2, (void *)a3, | ||
775 | (void *)a4, (void *)a5, (void *)a6, (void *)a7, | ||
776 | (void *)a8, (void *)a9, (void *)a10); | ||
777 | } | 771 | } |
778 | 772 | ||
779 | STATIC void | 773 | STATIC void |