Re: [PATCH v2 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2023-05-06 Thread Tom Rini
On Fri, Mar 10, 2023 at 10:51:52AM +0100, Christian Gmeiner wrote: > From: Thomas RIENOESSL > > Prep. work to support nfs v1. > > Signed-off-by: Thomas RIENOESSL For the series, applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2023-03-10 Thread Christian Gmeiner
From: Thomas RIENOESSL Prep. work to support nfs v1. Signed-off-by: Thomas RIENOESSL --- net/nfs.c | 93 +++ 1 file changed, 52 insertions(+), 41 deletions(-) diff --git a/net/nfs.c b/net/nfs.c index c6a124885e..d1858faaa9 100644 --- a/net/n