lkml.org 
[lkml]   [2003]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.6.0-test2 quota

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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.028 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site