Re: [PATCH 6.6.y v2 2/3] ksmbd: add durable scavenger timer

From: Namjae Jeon

Date: Mon May 25 2026 - 22:25:35 EST


@@ -817,6 +968,7 @@ int ksmbd_reopen_durable_fd(struct ksmbd_work
*work, struct ksmbd_file *fp)
}
up_write(&ci->m_lock);
+ fp->f_state = FP_NEW;
__open_id(&work->sess->file_table, fp, OPEN_ID_TYPE_VOLATILE_ID);
You seem to have missed this change above.

> int ksmbd_validate_name_reconnect(struct ksmbd_share_config *share,
> @@ -934,6 +1085,8 @@ int ksmbd_init_file_cache(void)
> if (!filp_cache)
> goto out;
>
> + init_waitqueue_head(&dh_wq);
> +
> return 0;
>