All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tao Ma <tao.ma@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization
Date: Wed, 26 Nov 2008 09:41:04 +0800	[thread overview]
Message-ID: <492CA930.2000000@oracle.com> (raw)
In-Reply-To: <1227623495-16708-1-git-send-email-jack@suse.cz>

Hi Jan,
	I have already found this and generate a patch for it. 
http://oss.oracle.com/pipermail/ocfs2-devel/2008-November/003413.html

but since Mark hasn't push it to his merge_window, I think either of the 
patch is OK.

Regards,
Tao

Jan Kara wrote:
> Add missing variable initialization to ocfs2_dquot_drop_slow().
> 
> Signed-off-by: Jan Kara <jack@suse.cz>
> ---
>  fs/ocfs2/quota_global.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
> index d2a5bfa..7f561e4 100644
> --- a/fs/ocfs2/quota_global.c
> +++ b/fs/ocfs2/quota_global.c
> @@ -873,7 +873,7 @@ out:
>  
>  static int ocfs2_dquot_drop_slow(struct inode *inode)
>  {
> -	int status;
> +	int status = 0;
>  	int cnt;
>  	int got_lock[MAXQUOTAS] = {0, 0};
>  	handle_t *handle;

      parent reply	other threads:[~2008-11-26  1:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25 14:31 [Ocfs2-devel] [PATCH 01/10] ocfs2: Add missing initialization Jan Kara
2008-11-25 14:31 ` [Ocfs2-devel] [PATCH 02/10] ocfs2: Fix ocfs2_read_quota_block() error handling Jan Kara
2008-11-25 14:31   ` [Ocfs2-devel] [PATCH 03/10] ocfs2: Fix oops when extending quota files Jan Kara
2008-11-25 14:31     ` [Ocfs2-devel] [PATCH 04/10] ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block() Jan Kara
2008-11-25 14:31       ` [Ocfs2-devel] [PATCH 05/10] ocfs2: Fix build warnings (64-bit types vs long long) Jan Kara
2008-11-25 14:31         ` [Ocfs2-devel] [PATCH 06/10] quota: Unexport dqblk_v1.h and dqblk_v2.h Jan Kara
2008-11-25 14:31           ` [Ocfs2-devel] [PATCH 07/10] quota: Export dquot_alloc() and dquot_destroy() functions Jan Kara
2008-11-25 14:31             ` [Ocfs2-devel] [PATCH 08/10] reiserfs: Add default allocation routines for quota structures Jan Kara
2008-11-25 14:31               ` [Ocfs2-devel] [PATCH 09/10] ext3: " Jan Kara
2008-11-25 14:31                 ` [Ocfs2-devel] [PATCH 10/10] ext4: " Jan Kara
2008-11-26  1:41 ` Tao Ma [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=492CA930.2000000@oracle.com \
    --to=tao.ma@oracle.com \
    --cc=ocfs2-devel@oss.oracle.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.