projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be02f1
)
[PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly
author
Robert P. J. Day
<
[email protected]
>
Mon, 12 Feb 2007 08:51:52 +0000
(
00:51
-0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 12 Feb 2007 17:48:28 +0000
(09:48 -0800)
Since quota.h declares a R/W semaphore, it should include rwsem.h
explicitly.
Signed-off-by: Robert P. J. Day <
[email protected]
>
Acked-by: Jan Kara <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/quota.h
patch
|
blob
|
history
diff --git
a/include/linux/quota.h
b/include/linux/quota.h
index b8fbf26eb88579265a95e490700bb370d52544d2..77db80a953d61ba400890c4a5b128606c5ec6a28 100644
(file)
--- a/
include/linux/quota.h
+++ b/
include/linux/quota.h
@@
-132,6
+132,7
@@
struct if_dqinfo {
#ifdef __KERNEL__
#include <linux/spinlock.h>
+#include <linux/rwsem.h>
#include <linux/mutex.h>
#include <linux/dqblk_xfs.h>