diff options
author | Justin Tee <justin.tee@broadcom.com> | 2025-09-15 11:08:09 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-09-16 22:20:00 -0400 |
commit | a045ae21ce3e3411ac38ff2f9051792585f444d7 (patch) | |
tree | 16463bedbbf139a3c4f7c0d205642db9008b0433 /rust/helpers/bitops.c | |
parent | 8221b3450501c7cdc93be1eb65a6fe0dcfb4b538 (diff) |
scsi: lpfc: Convert debugfs directory counts from atomic to unsigned int
Atomicity is not necessary for debugfs directory accounting because
vport deletion and creation is already serialized. Creation has always
been serialized through sysfs. Deletion is serialized via walking the
lpfc_create_vport_work_array and calling fc_vport_terminate one-by-one
for each NPIV port.
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Closes: https://lore.kernel.org/linux-fsdevel/20250702212917.GK3406663@ZenIV/
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Message-ID: <20250915180811.137530-13-justintee8345@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'rust/helpers/bitops.c')
0 files changed, 0 insertions, 0 deletions