]> err.no Git - linux-2.6/blobdiff - include/linux/ufs_fs.h
[PATCH] i386: Remove const case for rwlocks
[linux-2.6] / include / linux / ufs_fs.h
index e39b7cc433902565d9b7aa5d450f5be86a10118b..fc62887c5206628d78279a1480628e6448c154a1 100644 (file)
@@ -993,7 +993,7 @@ extern void ufs_panic (struct super_block *, const char *, const char *, ...) __
 extern struct inode_operations ufs_fast_symlink_inode_operations;
 
 /* truncate.c */
-extern void ufs_truncate (struct inode *);
+extern int ufs_truncate (struct inode *, loff_t);
 
 static inline struct ufs_sb_info *UFS_SB(struct super_block *sb)
 {