aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
authornpiggin@suse.de <npiggin@suse.de>2010-05-27 01:05:38 +1000
committerAl Viro <viro@zeniv.linux.org.uk>2010-05-27 22:16:02 -0400
commit459f6ed3b8c74cedeb64e5a854394c0d40eda9cd (patch)
tree296049a8ea7aa7ee6753c1fdc0e539739c257301 /fs/fat/fat.h
parent737f2e93b9724a3554f9d0b248c22cd407313f86 (diff)
downloadkernel_samsung_smdk4412-459f6ed3b8c74cedeb64e5a854394c0d40eda9cd.zip
kernel_samsung_smdk4412-459f6ed3b8c74cedeb64e5a854394c0d40eda9cd.tar.gz
kernel_samsung_smdk4412-459f6ed3b8c74cedeb64e5a854394c0d40eda9cd.tar.bz2
fat: convert to use the new truncate convention.
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index a1c8c4b..27ac257 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -306,7 +306,8 @@ extern long fat_generic_ioctl(struct file *filp, unsigned int cmd,
extern const struct file_operations fat_file_operations;
extern const struct inode_operations fat_file_inode_operations;
extern int fat_setattr(struct dentry * dentry, struct iattr * attr);
-extern void fat_truncate(struct inode *inode);
+extern int fat_setsize(struct inode *inode, loff_t offset);
+extern void fat_truncate_blocks(struct inode *inode, loff_t offset);
extern int fat_getattr(struct vfsmount *mnt, struct dentry *dentry,
struct kstat *stat);
extern int fat_file_fsync(struct file *file, int datasync);