Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05d564fe authored by Andy Adamson's avatar Andy Adamson Committed by Trond Myklebust
Browse files

NFS: fix tabs in nfs4xdr.c

parent 6c0195a4
Loading
Loading
Loading
Loading
+245 −245
Original line number Diff line number Diff line
@@ -1875,7 +1875,6 @@ out:
 * Encode an SETATTR request
 */
static int nfs4_xdr_enc_setattr(struct rpc_rqst *req, __be32 *p, struct nfs_setattrargs *args)

{
	struct xdr_stream xdr;
	struct compound_hdr hdr = {
@@ -3374,6 +3373,7 @@ static int decode_delegation(struct xdr_stream *xdr, struct nfs_openres *res)
	READ_BUF(NFS4_STATEID_SIZE+4);
	COPYMEM(res->delegation.data, NFS4_STATEID_SIZE);
	READ32(res->do_recall);

	switch (delegation_type) {
	case NFS4_OPEN_DELEGATE_READ:
		res->delegation_type = FMODE_READ;
@@ -4023,7 +4023,6 @@ static int nfs4_xdr_dec_getattr(struct rpc_rqst *rqstp, __be32 *p, struct nfs4_g
	status = decode_getfattr(&xdr, res->fattr, res->server);
out:
	return status;

}

/*
@@ -4047,6 +4046,7 @@ nfs4_xdr_enc_setacl(struct rpc_rqst *req, __be32 *p, struct nfs_setaclargs *args
out:
	return status;
}

/*
 * Decode SETACL response
 */