diff options
Diffstat (limited to 'fs/ntfs/inode.h')
| -rw-r--r-- | fs/ntfs/inode.h | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/ntfs/inode.h b/fs/ntfs/inode.h index 2dabf813456..76b6cfb579d 100644 --- a/fs/ntfs/inode.h +++ b/fs/ntfs/inode.h @@ -24,7 +24,7 @@  #ifndef _LINUX_NTFS_INODE_H  #define _LINUX_NTFS_INODE_H -#include <asm/atomic.h> +#include <linux/atomic.h>  #include <linux/fs.h>  #include <linux/list.h> @@ -298,7 +298,7 @@ extern void ntfs_clear_extent_inode(ntfs_inode *ni);  extern int ntfs_read_inode_mount(struct inode *vi); -extern int ntfs_show_options(struct seq_file *sf, struct vfsmount *mnt); +extern int ntfs_show_options(struct seq_file *sf, struct dentry *root);  #ifdef NTFS_RW @@ -316,6 +316,10 @@ static inline void ntfs_commit_inode(struct inode *vi)  	return;  } +#else + +static inline void ntfs_truncate_vfs(struct inode *vi) {} +  #endif /* NTFS_RW */  #endif /* _LINUX_NTFS_INODE_H */  | 
