From: anserper Date: Thu, 16 Jul 2009 14:27:01 +0000 (+0000) Subject: b=18801 X-Git-Tag: v1_8_2_01~1^2~234 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b4851cea61de7762aa8e2203dc5c624ef126039c;p=fs%2Flustre-release.git b=18801 the lost part of the previous commit --- 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);