2.6.0-test2 quota

From: Herbert Pötzl (herbert@13thfloor.at)
Date: Mon Jul 28 2003 - 20:58:07 EST


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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:38 EST