commit | 16f7e0fe2ecc30f30652e8185e1772cdebe39109 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <[email protected]> | Wed Jan 11 12:17:46 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Wed Jan 11 18:42:13 2006 -0800 |
tree | e668703267c7b02f1af3cc1581bb4366a5370fdd | |
parent | c59ede7b78db329949d9cdcd7064e22d357560ef [diff] [blame] |
[PATCH] capable/capability.h (fs/) fs: Use <linux/capability.h> where capable() is used. Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Tim Schmielau <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index f98c5be..21667ba 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c
@@ -52,6 +52,7 @@ #include "xfs_dfrag.h" #include "xfs_fsops.h" +#include <linux/capability.h> #include <linux/dcache.h> #include <linux/mount.h> #include <linux/namei.h>