Cc: v9fs-develo...@lists.sourceforge.net Signed-off-by: Dmitry Monakhov <dmonak...@openvz.org> --- fs/9p/vfs_file.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c index b401337..c2a120a 100644 --- a/fs/9p/vfs_file.c +++ b/fs/9p/vfs_file.c @@ -509,7 +509,8 @@ v9fs_file_write(struct file *filp, const char __user * data, loff_t origin = *offset; - retval = generic_write_checks(filp, &origin, &count, 0); + retval = __generic_write_checks(filp, &origin, &count, 0, + filp->f_flags & O_APPEND); if (retval) goto out; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/