On Thu, Oct 16, 2025 at 11:38:27AM -0700, Randy Dunlap wrote:
On 10/15/25 10:42 PM, Tzung-Bi Shih wrote:
+/**
- fs_revocable_replace() - Replace the file operations to be revocable-aware.
- Should be used only from ->open() instances.
- */
+int fs_revocable_replace(struct file *filp,
const struct fs_revocable_operations *frops,
struct revocable_provider **rps, size_t num_rps)
+{
Please add the function parameters to the kernel-doc comment to avoid kernel-doc warnings. E.g.:
Ah, thanks. I didn't intend to make it a kernel-doc (as PoC code) but just wrongly copy-n-paste around.