Re: [PATCH v3 2/4] 9p: Add mount option for negative dentry cache retention

From: Christian Schoenebeck

Date: Wed Mar 04 2026 - 07:46:59 EST


On Friday, 27 February 2026 08:56:53 CET Remi Pommarel wrote:
[...]
> diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h
> index 8410f7883109..2e42729c6c20 100644
> --- a/fs/9p/v9fs.h
> +++ b/fs/9p/v9fs.h
> @@ -24,6 +24,8 @@
> * @V9FS_ACCESS_ANY: use a single attach for all users
> * @V9FS_ACCESS_MASK: bit mask of different ACCESS options
> * @V9FS_POSIX_ACL: POSIX ACLs are enforced
> + * @V9FS_NDENTRY_TMOUT_SET: Has negative dentry timeout retention time been
> + * overriden by ndentrycache mount option

Nit: misaligned indention due to tabs. :-)

/Christian