From b4851cea61de7762aa8e2203dc5c624ef126039c Mon Sep 17 00:00:00 2001 From: anserper Date: Thu, 16 Jul 2009 14:27:01 +0000 Subject: [PATCH] b=18801 the lost part of the previous commit --- lustre/llite/file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 3425a46..fb39d87 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1918,6 +1918,8 @@ repeat: if (retval) GOTO(out, retval); + ncount = ocount; + retval = generic_write_checks(file, ppos, &ncount, 0); if (retval) GOTO(out, retval); -- 1.8.3.1