From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Wed, 27 Jun 2007 04:00:56 +0100 Subject: [Cluster-devel] [GFS2 PATCH 1/3] Fix gfs2_block_truncate_page err return In-Reply-To: <46806877.1070807@redhat.com> References: <46806877.1070807@redhat.com> Message-ID: <1182913256.3665.0.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, This is the easy one :-) Looks good, Steve. On Mon, 2007-06-25 at 21:14 -0400, S. Wendy Cheng wrote: > Code segment inside gfs2_block_truncate_page() doesn't set the return > code correctly. This causes NFSD erroneously returns EIO back to client > with setattr procedure call (truncate error). > > -- Wendy >