Date: Fri, 5 Jul 2024 01:17:37 GMT From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cbf54cdb36cf - stable/14 - nfsd: Update a file missed by commit e2c9fad2e0ae Message-ID: <202407050117.4651HbBE082725@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=cbf54cdb36cf47dd98360a770707351cf336627c commit cbf54cdb36cf47dd98360a770707351cf336627c Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2024-06-05 01:54:15 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2024-07-05 01:16:56 +0000 nfsd: Update a file missed by commit e2c9fad2e0ae (cherry picked from commit dbe7ff254e6c87a851a75caa7250b8fbcab90c9f) --- 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?202407050117.4651HbBE082725>