From c05b61175ad6bbc1ab31316015095cc79a9e8ba8 Mon Sep 17 00:00:00 2001 From: dongjiang1989 Date: Thu, 6 Jul 2023 20:18:53 +0800 Subject: [PATCH] fix gofmt checking fail Signed-off-by: dongjiang1989 --- nfs/nfs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nfs/nfs.go b/nfs/nfs.go index d020b81a..c0d3a118 100644 --- a/nfs/nfs.go +++ b/nfs/nfs.go @@ -204,6 +204,7 @@ type ServerV4Stats struct { // - v4.0 https://tools.ietf.org/html/rfc3010 (38/39 operations) // - nfs == v2.5.x 38 field : https://elixir.bootlin.com/linux/v2.5.75/source/include/linux/nfs4.h#L52 // - nfs >= v2.6.x 39 field : https://elixir.bootlin.com/linux/v2.6.39.4/source/include/linux/nfs4.h#L233 +// // - v4.1 https://tools.ietf.org/html/rfc5661 (58 operations) // - v4.2 https://tools.ietf.org/html/draft-ietf-nfsv4-minorversion2-41 (71 operations) //