[warnings] [1/8] fix hugetlbfs security.h problem

wli@holomorphy.com
Thu, 05 Dec 2002 02:52:59 -0800


Include <linux/security.h.> to get a definition of
security_inode_setattr() etc. I guess I ack this myself.

===== fs/hugetlbfs/inode.c 1.5 vs edited =====
--- 1.5/fs/hugetlbfs/inode.c Wed Nov 27 15:09:41 2002
+++ edited/fs/hugetlbfs/inode.c Thu Dec 5 00:46:58 2002
@@ -23,7 +23,7 @@
#include <linux/pagevec.h>
#include <linux/quotaops.h>
#include <linux/dnotify.h>
-
+#include <linux/security.h>
#include <asm/uaccess.h>

/* some random number */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/