summaryrefslogtreecommitdiff
path: root/fs/nfsd/attr4.h
AgeCommit message (Collapse)Author
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever
These NFSv4 attribute bitmask definitions live in nfsd.h, which nearly every nfsd source file includes, yet only nfs4proc.c and nfs4xdr.c reference them. Move them to a dedicated header so only those two consumers pull them in. While moving the block, correct the stale QUOTA_* annotation: the promised support never materialized, so these attributes are unlikely to be supported any time soon rather than forthcoming. Link: https://patch.msgid.link/20260712204554.125308-10-cel@kernel.org Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <cel@kernel.org>