Skip to content
Snippets Groups Projects
Commit ae4472aa authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

[PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly


Since quota.h declares a R/W semaphore, it should include rwsem.h
explicitly.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Acked-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5be02f1d
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,7 @@ struct if_dqinfo { ...@@ -132,6 +132,7 @@ struct if_dqinfo {
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/rwsem.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/dqblk_xfs.h> #include <linux/dqblk_xfs.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment