commit | 8b91de2e58318d1168bc13d164478c1a7217a63a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Feb 26 09:53:20 2008 -0500 |
committer | Matthew Wilcox <willy@linux.intel.com> | Thu Apr 17 10:42:14 2008 -0400 |
tree | e5f7a9714c6061d54a7a321b7113cd4db7e2ce59 | |
parent | 4b119e21d0c66c22e8ca03df05d9de623d0eb50f [diff] |
Fix quota.h includes quota.h currently relies on asm/semaphore.h (through some chain; it doesn't actually include semaphore.h itself) to include wait.h. As well as being bad practice to rely on an implicit include, subsequent patches will break this. While I'm in this file, add atomic.h and list.h, and sort the list of includes. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>