commit | 9014da7525dffef69131f717decf262e08ff3d58 | [log] [tgz] |
---|---|---|
author | Marco Stornelli <marco.stornelli@gmail.com> | Sat Dec 15 11:58:36 2012 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 20 18:40:55 2012 -0500 |
tree | 070a150e5688026a09b9401a69edac247bca71d3 | |
parent | 2d1b399b22a8042edbaf41b1f2086d4183422ce4 [diff] [blame] |
ntfs: drop vmtruncate Removed vmtruncate Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com> Reviewed-by: Anton Altaparmakov <anton@tuxera.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ntfs/inode.h b/fs/ntfs/inode.h index db29695..76b6cfb 100644 --- a/fs/ntfs/inode.h +++ b/fs/ntfs/inode.h
@@ -316,6 +316,10 @@ return; } +#else + +static inline void ntfs_truncate_vfs(struct inode *vi) {} + #endif /* NTFS_RW */ #endif /* _LINUX_NTFS_INODE_H */