diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-07 15:40:27 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:13 -0400 |
commit | 90de066443a8632bb42fed0a8216313d7da07aba (patch) | |
tree | 7ee2fb0e0a87fd83cf7cce88e1044293fc438fc0 /fs/udf/udfdecl.h | |
parent | a932801543fe74050ebee07fde082234c46b624f (diff) | |
download | op-kernel-dev-90de066443a8632bb42fed0a8216313d7da07aba.zip op-kernel-dev-90de066443a8632bb42fed0a8216313d7da07aba.tar.gz |
switch udf to simple_fsync()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index cac51b7..8d46f42 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h @@ -223,9 +223,6 @@ extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t, extern int udf_new_block(struct super_block *, struct inode *, uint16_t, uint32_t, int *); -/* fsync.c */ -extern int udf_fsync_file(struct file *, struct dentry *, int); - /* directory.c */ extern struct fileIdentDesc *udf_fileident_read(struct inode *, loff_t *, struct udf_fileident_bh *, |