Skip to content
Commit 8b91de2e authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 4b119e21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment