linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test2 quota
@ 2003-07-29  1:58 Herbert Pötzl
  2003-07-29  2:14 ` Herbert Pötzl
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Pötzl @ 2003-07-29  1:58 UTC (permalink / raw)
  To: Jan Kara; +Cc: linux-kernel


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)
 {


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.0-test2 quota
  2003-07-29  1:58 2.6.0-test2 quota Herbert Pötzl
@ 2003-07-29  2:14 ` Herbert Pötzl
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Pötzl @ 2003-07-29  2:14 UTC (permalink / raw)
  To: Jan Kara; +Cc: linux-kernel

On Tue, Jul 29, 2003 at 03:58:07AM +0200, Herbert Pötzl wrote:
> 
> Hi Honza!
> 
> maybe this is already fixed somewhere, but
> here it is anyway ...

well, I guess quota isn't working anyway in 2.6.0-test2 8-)

any comments on this issue?

best,
Herbert


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-29  2:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-29  1:58 2.6.0-test2 quota Herbert Pötzl
2003-07-29  2:14 ` Herbert Pötzl

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).