mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Set the XATTRSUPPORT attribute bit for NFSv4.2, always cleared for now.
Since r355472 added code which clears the XATTRSUPPORT bit for non-NFSv4.2 mounts, it is now safe to set it. There will be a series of these preliminary commits that will prepare for a major commit of the NFSv4.2 client/server changes currently found in subversion under projects/nfsv42/sys. This commit completes updates to nfsproto.h required by the NFSv4.2.
This commit is contained in:
parent
7424699c9f
commit
394dae30b1
1 changed files with 2 additions and 1 deletions
|
|
@ -1154,7 +1154,8 @@ struct nfsv3_sattr {
|
|||
(NFSATTRBM_LAYOUTTYPE | \
|
||||
NFSATTRBM_LAYOUTBLKSIZE | \
|
||||
NFSATTRBM_LAYOUTALIGNMENT | \
|
||||
NFSATTRBM_SUPPATTREXCLCREAT)
|
||||
NFSATTRBM_SUPPATTREXCLCREAT | \
|
||||
NFSATTRBM_XATTRSUPPORT)
|
||||
|
||||
/*
|
||||
* These are the set only attributes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue