Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

NFSD: Update comment documenting unsupported fattr4 attributes

TIME_CREATE has been supported since commit e377a3e698fb ("nfsd: Add
support for the birth time attribute").

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

+1 -2
+1 -2
fs/nfsd/nfsd.h
··· 397 397 #define NFSD_CB_GETATTR_TIMEOUT NFSD_DELEGRETURN_TIMEOUT 398 398 399 399 /* 400 - * The following attributes are currently not supported by the NFSv4 server: 400 + * The following attributes are not implemented by NFSD: 401 401 * ARCHIVE (deprecated anyway) 402 402 * HIDDEN (unlikely to be supported any time soon) 403 403 * MIMETYPE (unlikely to be supported any time soon) 404 404 * QUOTA_* (will be supported in a forthcoming patch) 405 405 * SYSTEM (unlikely to be supported any time soon) 406 406 * TIME_BACKUP (unlikely to be supported any time soon) 407 - * TIME_CREATE (unlikely to be supported any time soon) 408 407 */ 409 408 #define NFSD4_SUPPORTED_ATTRS_WORD0 \ 410 409 (FATTR4_WORD0_SUPPORTED_ATTRS | FATTR4_WORD0_TYPE | FATTR4_WORD0_FH_EXPIRE_TYPE \