Date: Wed, 5 Jun 2024 01:57:22 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: dbe7ff254e6c - main - nfsd: Update a file missed by commit e2c9fad2e0ae Message-ID: <202406050157.4551vMW0064457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=dbe7ff254e6c87a851a75caa7250b8fbcab90c9f commit dbe7ff254e6c87a851a75caa7250b8fbcab90c9f Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2024-06-05 01:54:15 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2024-06-05 01:54:15 +0000 nfsd: Update a file missed by commit e2c9fad2e0ae MFC after: 1 month --- sys/fs/nfs/nfsproto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/fs/nfs/nfsproto.h b/sys/fs/nfs/nfsproto.h index cef886755d5a..ca9c732b6a43 100644 --- a/sys/fs/nfs/nfsproto.h +++ b/sys/fs/nfs/nfsproto.h @@ -619,6 +619,8 @@ #define NFSV4OPEN_WDCONTENTION 0x00100000 #define NFSV4OPEN_WDNOTWANTED 0x00200000 #define NFSV4OPEN_WDSUPPFTYPE 0x00400000 +#define NFSV4OPEN_WDNOTSUPPDOWNGRADE 0x00800000 +#define NFSV4OPEN_WDNOTSUPPUPGRADE 0x01000000 /* * NFS V4 File Handle types
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406050157.4551vMW0064457>