diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2004-09-07 18:01:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-07 18:01:59 -0700 |
| commit | 1be793bd9c48d4124156912325da1d36acfbfecf (patch) | |
| tree | 8333851346d8f7891952732285453dd5e09bff9e /include/linux | |
| parent | 68a12d61ffee7e14209e4c486b46bebed116f406 (diff) | |
[PATCH] add static in ufs
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ufs_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ufs_fs.h b/include/linux/ufs_fs.h index 01b31ddb688e..0a800dee389f 100644 --- a/include/linux/ufs_fs.h +++ b/include/linux/ufs_fs.h @@ -875,7 +875,6 @@ extern void ufs_put_cylinder (struct super_block *, unsigned); /* dir.c */ extern struct inode_operations ufs_dir_inode_operations; -extern int ufs_check_dir_entry (const char *, struct inode *, struct ufs_dir_entry *, struct buffer_head *, unsigned long); extern int ufs_add_link (struct dentry *, struct inode *); extern ino_t ufs_inode_by_name(struct inode *, struct dentry *); extern int ufs_make_empty(struct inode *, struct inode *); @@ -912,7 +911,6 @@ extern struct file_operations ufs_dir_operations; extern void ufs_warning (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); extern void ufs_error (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); extern void ufs_panic (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4))); -extern void ufs_write_super (struct super_block *); /* symlink.c */ extern struct inode_operations ufs_fast_symlink_inode_operations; |
