public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: jack@suse.cz
Subject: dqout dereference bug
Date: Fri, 16 Apr 2004 22:32:22 +0100	[thread overview]
Message-ID: <20040416213222.GR20937@redhat.com> (raw)

--- linux-2.6.5/fs/dquot.c~	2004-04-16 22:30:05.000000000 +0100
+++ linux-2.6.5/fs/dquot.c	2004-04-16 22:30:48.000000000 +0100
@@ -1145,11 +1145,13 @@
 int vfs_quota_off(struct super_block *sb, int type)
 {
 	int cnt;
-	struct quota_info *dqopt = sb_dqopt(sb);
+	struct quota_info *dqopt;
 
 	if (!sb)
 		goto out;
 
+	dqopt = sb_dqopt(sb);
+
 	/* We need to serialize quota_off() for device */
 	down(&dqopt->dqonoff_sem);
 	for (cnt = 0; cnt < MAXQUOTAS; cnt++) {

             reply	other threads:[~2004-04-16 21:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-16 21:32 Dave Jones [this message]
2004-04-19 13:11 ` dqout dereference bug Jan Kara

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=20040416213222.GR20937@redhat.com \
    --to=davej@redhat.com \
    --cc=jack@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    /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