Cc: linux-ntfs-dev@xxxxxxxxxxxxxxxxxxxxx Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> --- fs/ntfs/file.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c index c1da78d..648b3a4 100644 --- a/fs/ntfs/file.c +++ b/fs/ntfs/file.c @@ -345,7 +345,8 @@ static ssize_t ntfs_prepare_file_for_write(struct file *file, loff_t *ppos, (unsigned long long)*ppos, (unsigned long)*count); /* We can write back this queue in page reclaim. */ current->backing_dev_info = inode_to_bdi(vi); - err = generic_write_checks(file, ppos, count, S_ISBLK(vi->i_mode)); + err = __generic_write_checks(file, ppos, count, S_ISBLK(vi->i_mode), + file->f_flags & O_APPEND); if (unlikely(err)) goto out; /* -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html