Skip to content

Commit

Permalink
ext2_dirbad(): fix !DTRACE build
Browse files Browse the repository at this point in the history
Fixes:	3c2dc52
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
  • Loading branch information
kostikbel committed Mar 20, 2023
1 parent 082895e commit 62b5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/fs/ext2fs/ext2_lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 62b5726

Please sign in to comment.