aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-03-20 08:42:51 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-03-20 08:44:22 +0000
commit62b572694b0ad2fc2442e84b49c8abcc3b71b67f (patch)
tree03c959e8b0c776a1196190a31d4a40c0c3a26c9a /sys
parent082895ebecb55f342dec918c555309c11e3fe17f (diff)
downloadsrc-62b572694b0ad2fc2442e84b49c8abcc3b71b67f.tar.gz
src-62b572694b0ad2fc2442e84b49c8abcc3b71b67f.zip
ext2_dirbad(): fix !DTRACE build
Fixes: 3c2dc524c333747a8c5deb3f0f88b29a8e36dff4 Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/ext2fs/ext2_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_lookup.c b/sys/fs/ext2fs/ext2_lookup.c
index 4859d51f8429..0de8c103b7f1 100644
--- a/sys/fs/ext2fs/ext2_lookup.c
+++ b/sys/fs/ext2fs/ext2_lookup.c
@@ -799,7 +799,7 @@ ext2_search_dirblock(struct inode *ip, void *data, int *foundp,
void
ext2_dirbad(struct inode *ip, doff_t offset, char *how)
{
- struct mount *mp;
+ struct mount *mp __sdt_used;
mp = ITOV(ip)->v_mount;