mbox series

[0/2] nfsd: add a new mapping and remove the redundant one

Message ID 20250126095045.738902-1-lilingfeng3@huawei.com (mailing list archive)
Headers show
Series nfsd: add a new mapping and remove the redundant one | expand

Message

Li Lingfeng Jan. 26, 2025, 9:50 a.m. UTC
Add a new mapping and delete a redundant one.

Li Lingfeng (2):
  nfsd: map the ELOOP to nfserr_symlink to avoid warning
  nfsd: remove the redundant mapping of nfserr_mlink

 fs/nfsd/vfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chuck Lever Jan. 26, 2025, 7:01 p.m. UTC | #1
From: Chuck Lever <chuck.lever@oracle.com>

On Sun, 26 Jan 2025 17:50:43 +0800, Li Lingfeng wrote:
> Add a new mapping and delete a redundant one.
> 
> Li Lingfeng (2):
>   nfsd: map the ELOOP to nfserr_symlink to avoid warning
>   nfsd: remove the redundant mapping of nfserr_mlink
> 
> fs/nfsd/vfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Applied 2/2 to nfsd-testing, thanks!

Note that the address kolga@netapp.com is no longer in service.
Please do note include that address when posting NFSD patches.

[2/2] nfsd: remove the redundant mapping of nfserr_mlink
      commit: 6e6e2d282d6b18e629f35688a658a1e454dc3640

--
Chuck Lever
Jeff Layton Jan. 27, 2025, 2:52 p.m. UTC | #2
On Sun, 2025-01-26 at 17:50 +0800, Li Lingfeng wrote:
> Add a new mapping and delete a redundant one.
> 
> Li Lingfeng (2):
>   nfsd: map the ELOOP to nfserr_symlink to avoid warning
>   nfsd: remove the redundant mapping of nfserr_mlink
> 
>  fs/nfsd/vfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Jeff Layton <jlayton@kernel.org>