From a932801543fe74050ebee07fde082234c46b624f Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 7 Jun 2009 15:35:18 -0400 Subject: switch ufs to simple_fsync() Signed-off-by: Al Viro --- fs/ufs/ufs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/ufs/ufs.h') diff --git a/fs/ufs/ufs.h b/fs/ufs/ufs.h index d0c4acd4f1f..644e77e1359 100644 --- a/fs/ufs/ufs.h +++ b/fs/ufs/ufs.h @@ -99,7 +99,6 @@ extern void ufs_set_link(struct inode *dir, struct ufs_dir_entry *de, extern const struct inode_operations ufs_file_inode_operations; extern const struct file_operations ufs_file_operations; extern const struct address_space_operations ufs_aops; -extern int ufs_sync_file(struct file *, struct dentry *, int); /* ialloc.c */ extern void ufs_free_inode (struct inode *inode); -- cgit v1.2.3