]> err.no Git - linux-2.6/blobdiff - include/linux/file.h
[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines
[linux-2.6] / include / linux / file.h
index 9f7c2513866f4d1a857398711f09864239b7162c..6e77b9177f9e86ffd552fd9dcae491bc6715a6b1 100644 (file)
@@ -64,6 +64,8 @@ struct files_struct {
 
 #define files_fdtable(files) (rcu_dereference((files)->fdt))
 
+extern struct kmem_cache *filp_cachep;
+
 extern void FASTCALL(__fput(struct file *));
 extern void FASTCALL(fput(struct file *));
 
@@ -112,5 +114,8 @@ struct task_struct;
 
 struct files_struct *get_files_struct(struct task_struct *);
 void FASTCALL(put_files_struct(struct files_struct *fs));
+void reset_files_struct(struct task_struct *, struct files_struct *);
+
+extern struct kmem_cache *files_cachep;
 
 #endif /* __LINUX_FILE_H */