aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2026-01-10 20:15:17 +0000
committerNavdeep Parhar <np@FreeBSD.org>2026-01-10 20:22:36 +0000
commit73a238643a2e9ef298d961966040587ca0970a58 (patch)
treeea3b95f03cd7ba151eb38990e4d1c5a5ff4cca38
parent509a185dd9405141df4d304d7805019b40e736cf (diff)
-rw-r--r--sys/dev/smartpqi/smartpqi_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smartpqi/smartpqi_request.c b/sys/dev/smartpqi/smartpqi_request.c
index d993897cd1f9..3929a727c270 100644
--- a/sys/dev/smartpqi/smartpqi_request.c
+++ b/sys/dev/smartpqi/smartpqi_request.c
@@ -1180,7 +1180,7 @@ fill_lba_for_scsi_rw(pqisrc_softstate_t *softs, uint8_t *cdb, aio_req_locator_t
/* determine whether writes to certain types of RAID are supported. */
-inline boolean_t
+static inline boolean_t
pqisrc_is_supported_write(pqisrc_softstate_t const *softs,
pqi_scsi_dev_t const *device)
{