nfsd: Fix the build for 1749465947

MFC after:	2 weeks
Fixes:	1749465947 ("nfsd: Fix accumulating nfslockfile structures")
This commit is contained in:
Rick Macklem
2025-06-04 18:57:07 -07:00
parent 1749465947
commit 4be12de1d6
+1 -1
View File
@@ -3118,7 +3118,7 @@ nfsrvd_open(struct nfsrv_descript *nd, __unused int isdgram,
tverf[0] = nva2.na_atime.tv_sec;
tverf[1] = nva2.na_atime.tv_nsec;
if (cverf[0] != tverf[0] ||
cverf[1] != tverf[1]))
cverf[1] != tverf[1])
nd->nd_repstat = EEXIST;
}
if (nd->nd_repstat != 0)