PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix
[linux-block.git] / fs / internal.h
index 80aa9a023372d4356524824854fba73ac89dc4ec..0d8ac497b3d552315b56e53c95f3f0440f59e45d 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 struct super_block;
+struct linux_binprm;
 
 /*
  * block_dev.c
@@ -39,6 +40,11 @@ static inline int sb_is_blkdev_sb(struct super_block *sb)
  */
 extern void __init chrdev_init(void);
 
+/*
+ * exec.c
+ */
+extern void check_unsafe_exec(struct linux_binprm *, struct files_struct *);
+
 /*
  * namespace.c
  */