Skip to content

Commit

Permalink
[PATCH] QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly
Browse files Browse the repository at this point in the history
Since quota.h declares a R/W semaphore, it should include rwsem.h
explicitly.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 12, 2007
1 parent 5be02f1 commit ae4472a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ae4472a

Please sign in to comment.