diff options
Diffstat (limited to 'fs/ufs/ufs.h')
| -rw-r--r-- | fs/ufs/ufs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ufs/ufs.h b/fs/ufs/ufs.h index 7da4aca868c0..c87f4c3fa9dd 100644 --- a/fs/ufs/ufs.h +++ b/fs/ufs/ufs.h | |||
| @@ -136,10 +136,6 @@ extern __printf(3, 4) | |||
| 136 | void ufs_panic(struct super_block *, const char *, const char *, ...); | 136 | void ufs_panic(struct super_block *, const char *, const char *, ...); |
| 137 | void ufs_mark_sb_dirty(struct super_block *sb); | 137 | void ufs_mark_sb_dirty(struct super_block *sb); |
| 138 | 138 | ||
| 139 | /* symlink.c */ | ||
| 140 | extern const struct inode_operations ufs_fast_symlink_inode_operations; | ||
| 141 | extern const struct inode_operations ufs_symlink_inode_operations; | ||
| 142 | |||
| 143 | static inline struct ufs_sb_info *UFS_SB(struct super_block *sb) | 139 | static inline struct ufs_sb_info *UFS_SB(struct super_block *sb) |
| 144 | { | 140 | { |
| 145 | return sb->s_fs_info; | 141 | return sb->s_fs_info; |
