nfsd4: fix alloc_init_session return type
This returns an nfs error, not -ERRNO. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Родитель
c23753dac1
Коммит
dd93842457
|
@ -639,9 +639,7 @@ static inline int slot_bytes(struct nfsd4_channel_attrs *ca)
|
||||||
return ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
|
return ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static __be32 alloc_init_session(struct svc_rqst *rqstp, struct nfs4_client *clp, struct nfsd4_create_session *cses)
|
||||||
alloc_init_session(struct svc_rqst *rqstp, struct nfs4_client *clp,
|
|
||||||
struct nfsd4_create_session *cses)
|
|
||||||
{
|
{
|
||||||
struct nfsd4_session *new, tmp;
|
struct nfsd4_session *new, tmp;
|
||||||
struct nfsd4_slot *sp;
|
struct nfsd4_slot *sp;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче