Re: [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 29 Aug 2024, Mike Snitzer wrote:
> +
> +struct nfs_localio_ctx {
> +	struct nfsd_file *nf;
> +	struct nfsd_net *nn;
> +};

struct nfsd_file contains "struct net *nf_net" which is initialised
early.
So this structure is redundant.

Instead of exporting nfsd_file_put() to nfs-localio, export
nfsd_file_local_put() (or whatever) which both does the nfs_serv_put()
and the nfsd_file_put().

NeilBrown




[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux