From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- include/linux/umsdos_fs.p | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'include/linux/umsdos_fs.p') diff --git a/include/linux/umsdos_fs.p b/include/linux/umsdos_fs.p index 586f168fe..0a7475a1c 100644 --- a/include/linux/umsdos_fs.p +++ b/include/linux/umsdos_fs.p @@ -27,12 +27,6 @@ int UMSDOS_lookup(struct inode *dir,struct dentry *dentry); int umsdos_hlink2inode (struct inode *hlink, struct inode **result); /* emd.c 22/06/95 00.22.04 */ -void fill_new_filp (struct file *filp, struct dentry *dentry); -void kill_dentry (struct dentry *dentry); -struct dentry *creat_dentry (const char *name, - const int len, - struct inode *inode, - struct dentry *parent); ssize_t umsdos_file_write_kmem_real (struct file *filp, const char *buf, size_t count, @@ -77,6 +71,16 @@ int umsdos_findentry (struct inode *dir, int expect); /* file.c 25/01/95 02.25.38 */ /* inode.c 12/06/95 09.49.40 */ +inline struct dentry *geti_dentry (struct inode *inode); +inline void inc_count (struct inode *inode); +void check_inode (struct inode *inode); +void check_dentry (struct dentry *dentry); +void fill_new_filp (struct file *filp, struct dentry *dentry); +void kill_dentry (struct dentry *dentry); +struct dentry *creat_dentry (const char *name, + const int len, + struct inode *inode, + struct dentry *parent); void UMSDOS_put_inode (struct inode *inode); void UMSDOS_put_super (struct super_block *sb); int UMSDOS_statfs (struct super_block *sb, -- cgit v1.2.3