linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Herbert Pötzl" <herbert@13thfloor.at>
To: Jan Kara <jack@ucw.cz>
Cc: linux-kernel@vger.kernel.org
Subject: 2.6.0-test2 quota
Date: Tue, 29 Jul 2003 03:58:07 +0200	[thread overview]
Message-ID: <20030729015807.GA13770@www.13thfloor.at> (raw)


Hi Honza!

maybe this is already fixed somewhere, but
here it is anyway ...


diff -NurP --minimal linux-2.6.0-test2/include/linux/quota.h linux-2.6.0-test2-qfix/include/linux/quota.h
--- linux-2.6.0-test2/include/linux/quota.h	2003-07-14 05:36:38.000000000 +0200
+++ linux-2.6.0-test2-qfix/include/linux/quota.h	2003-07-29 03:53:31.000000000 +0200
@@ -172,7 +172,7 @@
 #define DQF_INFO_DIRTY_B 16
 #define DQF_ANY_DQUOT_DIRTY_B 17
 #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B)	/* Is info dirty? */
-#define DQF_ANY_DQUOT_DIRTY (1 << DQF_ANY_DQUOT_DIRTY B)	/* Is any dquot dirty? */
+#define DQF_ANY_DQUOT_DIRTY (1 << DQF_ANY_DQUOT_DIRTY_B) /* Is any dquot dirty? */
 
 extern inline void mark_info_dirty(struct mem_dqinfo *info)
 {


             reply	other threads:[~2003-07-29  1:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-29  1:58 Herbert Pötzl [this message]
2003-07-29  2:14 ` 2.6.0-test2 quota Herbert Pötzl

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=20030729015807.GA13770@www.13thfloor.at \
    --to=herbert@13thfloor.at \
    --cc=jack@ucw.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;
as well as URLs for NNTP newsgroup(s).