Loading fs/nfsd/nfs4xdr.c +5 −5 Original line number Diff line number Diff line Loading @@ -3370,6 +3370,11 @@ nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_CREATE) { status = nfsd4_encode_nfstime4(xdr, &stat.btime); if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_DELTA) { p = xdr_reserve_space(xdr, 12); if (!p) Loading @@ -3386,11 +3391,6 @@ nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_CREATE) { status = nfsd4_encode_nfstime4(xdr, &stat.btime); if (status) goto out; } if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { u64 ino = stat.ino; Loading Loading
fs/nfsd/nfs4xdr.c +5 −5 Original line number Diff line number Diff line Loading @@ -3370,6 +3370,11 @@ nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_CREATE) { status = nfsd4_encode_nfstime4(xdr, &stat.btime); if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_DELTA) { p = xdr_reserve_space(xdr, 12); if (!p) Loading @@ -3386,11 +3391,6 @@ nfsd4_encode_fattr(struct xdr_stream *xdr, struct svc_fh *fhp, if (status) goto out; } if (bmval1 & FATTR4_WORD1_TIME_CREATE) { status = nfsd4_encode_nfstime4(xdr, &stat.btime); if (status) goto out; } if (bmval1 & FATTR4_WORD1_MOUNTED_ON_FILEID) { u64 ino = stat.ino; Loading