]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] quota typo fix
authorAndrew Morton <akpm@osdl.org>
Fri, 1 Aug 2003 03:10:41 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 1 Aug 2003 03:10:41 +0000 (20:10 -0700)
From: Herbert Potzl <herbert@13thfloor.at>

quota.h typo fix

include/linux/quota.h

index fbf2d2b2a5be4430278febd131b4c0a47a087485..447b5e192a7469274cc8c9fb0e83c348eebc49d6 100644 (file)
@@ -172,7 +172,7 @@ struct mem_dqinfo {
 #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)
 {