diff options
| author | Toomas Soome <tsoome@me.com> | 2021-09-12 13:43:58 +0300 |
|---|---|---|
| committer | Toomas Soome <tsoome@me.com> | 2022-08-30 19:09:40 +0300 |
| commit | 2570281cf351044b6936651ce26dbe1f801dcbd8 (patch) | |
| tree | 54957dc5692258b6308df50c8d0f73a334421091 /usr/src/uts/common/fs | |
| parent | 2ec63ffb3ec249bd7cb4523118c8437e6c6be335 (diff) | |
| download | illumos-gate-2570281cf351044b6936651ce26dbe1f801dcbd8.tar.gz | |
14079 remove TNF
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/fs')
| -rw-r--r-- | usr/src/uts/common/fs/ufs/lufs_thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/ufs/lufs_thread.c b/usr/src/uts/common/fs/ufs/lufs_thread.c index da37db94df..e63d799ba9 100644 --- a/usr/src/uts/common/fs/ufs/lufs_thread.c +++ b/usr/src/uts/common/fs/ufs/lufs_thread.c @@ -40,7 +40,6 @@ #include <sys/fs/ufs_bio.h> #include <sys/inttypes.h> #include <sys/callb.h> -#include <sys/tnf_probe.h> /* * Kernel threads for logging @@ -160,8 +159,6 @@ log_roll_read(ml_unit_t *ul, rollbuf_t *rbs, int nmblk, caddr_t roll_bufs, for (i = 0, rbp = rbs; i < nbuf; ++i, ++rbp) { if (P2ALIGN(rbp->rb_bh.b_blkno, MAPBLOCKSIZE / DEV_BSIZE) == mblkno) { - TNF_PROBE_0(trans_roll_new_delta, "lufs", - /* CSTYLED */); trans_roll_new_delta++; /* Flush out the current set of buffers */ goto flush_bufs; |
