Re: [PATCH (resend) Version 2 3/3] NFSv4.1: fix backchennel bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"backchennel" in the subject should be "backchannel"

- Bryan

On 10/18/2011 02:39 AM, andros@xxxxxxxxxx wrote:
> From: Andy Adamson <andros@xxxxxxxxxx>
> 
> Slotid's start from 0 which means we check against
> NFS41_BC_MAX_CALLBACKS - 1.
> 
> Signed-off-by: Andy Adamson <andros@xxxxxxxxxx>
> ---
>  fs/nfs/callback_proc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c
> index 98ff5fc..12bd9d0 100644
> --- a/fs/nfs/callback_proc.c
> +++ b/fs/nfs/callback_proc.c
> @@ -339,7 +339,7 @@ validate_seqid(struct nfs4_slot_table *tbl, struct cb_sequenceargs * args)
>  	dprintk("%s enter. slotid %d seqid %d\n",
>  		__func__, args->csa_slotid, args->csa_sequenceid);
>  
> -	if (args->csa_slotid > NFS41_BC_MAX_CALLBACKS)
> +	if (args->csa_slotid > NFS41_BC_MAX_CALLBACKS - 1)
>  		return htonl(NFS4ERR_BADSLOT);
>  
>  	slot = nfs4_lookup_slot_locked(tbl, args->csa_slotid);

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux