The branch main has been updated by rmacklem:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=dbe7ff254e6c87a851a75caa7250b8fbcab90c9f

commit dbe7ff254e6c87a851a75caa7250b8fbcab90c9f
Author:     Rick Macklem <rmack...@freebsd.org>
AuthorDate: 2024-06-05 01:54:15 +0000
Commit:     Rick Macklem <rmack...@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

Reply via email to