All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Troin <phil@fifi.org>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] Quota compilation fix
Date: 20 Feb 2004 12:13:41 -0800	[thread overview]
Message-ID: <87isi133wq.fsf@ceramic.fifi.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 71 bytes --]

Enclosed patch allows kernel compilation when CONFIG_QFMT_V2=y.

Phil.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: linux-2.4.25-new-quotas.patch --]
[-- Type: text/x-patch, Size: 464 bytes --]

diff -ruN linux-2.4.25.orig/fs/buffer.c linux-2.4.25/fs/buffer.c
--- linux-2.4.25.orig/fs/buffer.c	Wed Feb 18 13:14:11 2004
+++ linux-2.4.25/fs/buffer.c	Wed Feb 18 13:14:20 2004
@@ -436,7 +436,7 @@
 	** after these are done
 	*/
 	sync_inodes(dev);
-	DQUOT_SYNC(dev);
+	DQUOT_SYNC_DEV(dev);
 	/* if inodes or quotas could be dirtied during the
 	** sync_supers_lockfs call, the FS is responsible for getting
 	** them on disk, without deadlocking against the lock

             reply	other threads:[~2004-02-20 20:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-20 20:13 Philippe Troin [this message]
2004-02-24 12:26 ` [PATCH] Quota compilation fix Jan Kara
2004-02-24 19:52   ` Philippe Troin

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=87isi133wq.fsf@ceramic.fifi.org \
    --to=phil@fifi.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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.