ext2_dirbad(): fix !DTRACE build

Fixes:	3c2dc524c3
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2023-03-20 10:42:51 +02:00
parent 082895ebec
commit 62b572694b

View file

@ -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;