cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [GFS2 PATCH] gfs2: Fix return value in slot_get()
Date: Mon, 31 Mar 2014 10:47:26 +0100	[thread overview]
Message-ID: <1396259246.2720.0.camel@menhir> (raw)
In-Reply-To: <1396246769-28209-1-git-send-email-adas@redhat.com>

Hi,

On Mon, 2014-03-31 at 01:19 -0500, Abhi Das wrote:
> ENOSPC was being returned in slot_get inspite of successful
> execution of the function. This patch fixes this return
> code.
> 
> Signed-off-by: Abhi Das <adas@redhat.com>
> ---
>  fs/gfs2/quota.c | 1 +
>  1 file changed, 1 insertion(+)
> 
Now in the -nmw git tree. Thanks,

Steve.

> diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
> index 27f9435..c4effff 100644
> --- a/fs/gfs2/quota.c
> +++ b/fs/gfs2/quota.c
> @@ -332,6 +332,7 @@ static int slot_get(struct gfs2_quota_data *qd)
>  	if (bit < sdp->sd_quota_slots) {
>  		set_bit(bit, sdp->sd_quota_bitmap);
>  		qd->qd_slot = bit;
> +		error = 0;
>  out:
>  		qd->qd_slot_count++;
>  	}




      reply	other threads:[~2014-03-31  9:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-31  6:19 [Cluster-devel] [GFS2 PATCH] gfs2: Fix return value in slot_get() Abhi Das
2014-03-31  9:47 ` Steven Whitehouse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1396259246.2720.0.camel@menhir \
    --to=swhiteho@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).