diff options
Diffstat (limited to 'include/linux/qnx4_fs.h')
-rw-r--r-- | include/linux/qnx4_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/qnx4_fs.h b/include/linux/qnx4_fs.h index 787d19ea9f46..acbaec3524e0 100644 --- a/include/linux/qnx4_fs.h +++ b/include/linux/qnx4_fs.h | |||
@@ -126,8 +126,6 @@ extern void qnx4_truncate(struct inode *inode); | |||
126 | extern void qnx4_free_inode(struct inode *inode); | 126 | extern void qnx4_free_inode(struct inode *inode); |
127 | extern int qnx4_unlink(struct inode *dir, struct dentry *dentry); | 127 | extern int qnx4_unlink(struct inode *dir, struct dentry *dentry); |
128 | extern int qnx4_rmdir(struct inode *dir, struct dentry *dentry); | 128 | extern int qnx4_rmdir(struct inode *dir, struct dentry *dentry); |
129 | extern int qnx4_sync_file(struct file *file, struct dentry *dentry, int); | ||
130 | extern int qnx4_sync_inode(struct inode *inode); | ||
131 | 129 | ||
132 | static inline struct qnx4_sb_info *qnx4_sb(struct super_block *sb) | 130 | static inline struct qnx4_sb_info *qnx4_sb(struct super_block *sb) |
133 | { | 131 | { |