This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / ntfs / file.c
index db8713e..c7880d5 100644 (file)
  * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <linux/pagemap.h>
-#include <linux/buffer_head.h>
-
-#include "inode.h"
-#include "debug.h"
 #include "ntfs.h"
 
 /**
@@ -145,7 +140,7 @@ struct file_operations ntfs_file_ops = {
 
 struct inode_operations ntfs_file_inode_ops = {
 #ifdef NTFS_RW
-       .truncate       = ntfs_truncate_vfs,
+       .truncate       = ntfs_truncate,
        .setattr        = ntfs_setattr,
 #endif /* NTFS_RW */
 };