X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=fs%2Finternal.h;h=53af885f173243df3a5bf0906b589edccece84db;hp=80aa9a023372d4356524824854fba73ac89dc4ec;hb=a6f76f23d297f70e2a6b3ec607f7aeeea9e37e8d;hpb=d84f4f992cbd76e8f39c488cf0c5d123843923b1 diff --git a/fs/internal.h b/fs/internal.h index 80aa9a0..53af885 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -10,6 +10,7 @@ */ struct super_block; +struct linux_binprm; /* * block_dev.c @@ -40,6 +41,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 *); + +/* * namespace.c */ extern int copy_mount_options(const void __user *, unsigned long *);