Skip to content

Commit 166274a

Browse files
committed
NFSD: Update comment documenting unsupported fattr4 attributes
TIME_CREATE has been supported since commit e377a3e ("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 parent bfce8e4 commit 166274a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

fs/nfsd/nfsd.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,13 @@ enum {
397397
#define NFSD_CB_GETATTR_TIMEOUT NFSD_DELEGRETURN_TIMEOUT
398398

399399
/*
400-
* The following attributes are currently not supported by the NFSv4 server:
400+
* The following attributes are not implemented by NFSD:
401401
* ARCHIVE (deprecated anyway)
402402
* HIDDEN (unlikely to be supported any time soon)
403403
* MIMETYPE (unlikely to be supported any time soon)
404404
* QUOTA_* (will be supported in a forthcoming patch)
405405
* SYSTEM (unlikely to be supported any time soon)
406406
* TIME_BACKUP (unlikely to be supported any time soon)
407-
* TIME_CREATE (unlikely to be supported any time soon)
408407
*/
409408
#define NFSD4_SUPPORTED_ATTRS_WORD0 \
410409
(FATTR4_WORD0_SUPPORTED_ATTRS | FATTR4_WORD0_TYPE | FATTR4_WORD0_FH_EXPIRE_TYPE \

0 commit comments

Comments
 (0)