summaryrefslogtreecommitdiff
path: root/rtemsbsd/rtems/rtems-bsd-libio.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-29 15:49:52 +1000
committerChris Johns <chrisj@rtems.org>2021-08-26 19:51:03 +1000
commit34b3f92da66e43a2686f61e157626fa3c98e3764 (patch)
tree6507371ed6fbd4e0dd033e026f40984a604f71c7 /rtemsbsd/rtems/rtems-bsd-libio.c
parentabfc0c3c6b58065cfdcfdd5200fad98f4a6e4b10 (diff)
kern/sys: Add NFSv4 clientp7-4475-nfs
Close #4475
Diffstat (limited to 'rtemsbsd/rtems/rtems-bsd-libio.c')
-rw-r--r--rtemsbsd/rtems/rtems-bsd-libio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-libio.c b/rtemsbsd/rtems/rtems-bsd-libio.c
index bb38594c..fba82831 100644
--- a/rtemsbsd/rtems/rtems-bsd-libio.c
+++ b/rtemsbsd/rtems/rtems-bsd-libio.c
@@ -142,7 +142,7 @@ rtems_bsd_libio_loc_set_vnode(
old_new_hc = old->v_holdcnt;
old_new_rc = vrefcnt(old);
}
- if (RTEMS_BSD_DESCRIP_TRACE || true)
+ if (RTEMS_BSD_DESCRIP_TRACE)
printf(
"bsd: lio: set-vode loc=%p vn=%p (%d/%d)->(%d/%d) old=%p (%d/%d)->(%d/%d)\n",
loc, vp, hc, rc, new_hc, new_rc, old, old_hc, old_rc,