From: pixi@burble.org
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Stephane Ouellette <ouellettes@videotron.ca>,
linux-kernel@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [PATCH] Undefined symbol sync_dquots_dev() in quota.c
Date: 23 Apr 2003 13:32:06 -0700 [thread overview]
Message-ID: <m21xzt7y61.fsf@bloodbath.burble.org> (raw)
In-Reply-To: <20030423160244.GB5561@gtf.org>
[-- Attachment #1: Type: text/plain, Size: 636 bytes --]
Jeff Garzik <jgarzik@pobox.com> writes:
: On Wed, Apr 23, 2003 at 11:59:16AM -0400, Stephane Ouellette wrote:
: > the file fs/dquot.c is compiled only if CONFIG_QUOTA is set. That
: > would imply modifying the Makefile and #ifdeffing most of the code
: > inside dquot.c.
:
: So? ;-)
:
: Your patch modified fs/quota.c, which is compiled when CONFIG_QUOTACTL is
: set, which in turn is set for CONFIG_QUOTA || CONFIG_XFS_QUOTA.
:
: If you are adding CONFIG_QUOTA ifdefs to fs/quota.c, it is clear a
: non-ifdef solution can be achieved.
yep. attached is the patch i made when i compiled the kernel, but
forgot to send on:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: quotaops.h.diff --]
[-- Type: text/x-patch, Size: 399 bytes --]
--- include/linux/quotaops.h.orig 2003-04-15 20:31:50.000000000 -0700
+++ include/linux/quotaops.h 2003-04-15 20:31:59.000000000 -0700
@@ -185,6 +185,7 @@
*/
#define sb_dquot_ops (NULL)
#define sb_quotactl_ops (NULL)
+#define sync_dquots_dev(dev,type) (NULL)
#define DQUOT_INIT(inode) do { } while(0)
#define DQUOT_DROP(inode) do { } while(0)
#define DQUOT_ALLOC_INODE(inode) (0)
prev parent reply other threads:[~2003-04-23 20:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-23 15:28 Stephane Ouellette
2003-04-23 15:33 ` Jeff Garzik
2003-04-23 15:59 ` Stephane Ouellette
2003-04-23 16:02 ` Jeff Garzik
2003-04-23 20:32 ` pixi [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=m21xzt7y61.fsf@bloodbath.burble.org \
--to=pixi@burble.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ouellettes@videotron.ca \
/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
all inboxes | Powered by JetHome®