linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Christoph Hellwig <hch@infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.22-pre4 won't link without CONFIG_QUOTA
Date: Tue, 8 Jul 2003 12:26:40 +0100	[thread overview]
Message-ID: <20030708122640.B17446@infradead.org> (raw)
In-Reply-To: <20030708092128.GB5725@malvern.uk.w2k.superh.com>; from Richard.Curnow@superh.com on Tue, Jul 08, 2003 at 10:21:28AM +0100

On Tue, Jul 08, 2003 at 10:21:28AM +0100, Richard Curnow wrote:
> Hi Christoph,
> 
> I'm building without quota support.  I get the following error at link
> time:

This is the patch I sent to marcelo a few minutes ago:

===== fs/dquot.c 1.18 vs edited =====
--- 1.18/fs/dquot.c	Tue Jun 24 23:11:29 2003
+++ edited/fs/dquot.c	Mon Jul  7 10:44:36 2003
@@ -152,8 +152,6 @@
 static LIST_HEAD(free_dquots);
 static struct list_head dquot_hash[NR_DQHASH];
 
-struct dqstats dqstats;
-
 static void dqput(struct dquot *);
 static struct dquot *dqduplicate(struct dquot *);
 
===== fs/quota.c 1.1 vs edited =====
--- 1.1/fs/quota.c	Tue Jun 24 23:11:30 2003
+++ edited/fs/quota.c	Mon Jul  7 10:42:58 2003
@@ -13,6 +13,7 @@
 #include <linux/smp_lock.h>
 #include <linux/quotacompat.h>
 
+struct dqstats dqstats;
 
 /* Check validity of quotactl */
 static int check_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id)

  parent reply	other threads:[~2003-07-08 11:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-08  9:21 2.4.22-pre4 won't link without CONFIG_QUOTA Richard Curnow
2003-07-08  9:34 ` Marcelo Tosatti
2003-07-08 11:26 ` Christoph Hellwig [this message]
2003-07-08 14:03   ` Richard Curnow

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=20030708122640.B17446@infradead.org \
    --to=hch@infradead.org \
    --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;
as well as URLs for NNTP newsgroup(s).