From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:44103 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964793AbcBRUwI (ORCPT ); Thu, 18 Feb 2016 15:52:08 -0500 Date: Thu, 18 Feb 2016 20:52:06 +0000 From: Al Viro To: Mike Marshall Cc: Martin Brandenburg , Linus Torvalds , linux-fsdevel , Stephen Rothwell Subject: Re: Orangefs ABI documentation Message-ID: <20160218205206.GW17997@ZenIV.linux.org.uk> References: <20160217230900.GP17997@ZenIV.linux.org.uk> <20160217231524.GQ17997@ZenIV.linux.org.uk> <20160218000439.GR17997@ZenIV.linux.org.uk> <20160218111122.GS17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Feb 18, 2016 at 03:38:26PM -0500, Mike Marshall wrote: > WARNING: CPU: 0 PID: 1216 at fs/orangefs/devorangefs-req.c:423 > set_op_state_serviced: op:ffff880011078000: process:pvfs2-client-co state -> 4 > service_operation: wait_for_matching_downcall returned 0 for ffff880011078000 > service_operation orangefs_create returning: 0 for ffff880011078000 > orangefs_create: BENCHS.LWP: > handle:00000000-0000-0000-0000-000000000000: fsid:0: > new_op:ffff880011078000: ret:0: Smells like retry hitting EEXIST and package_downcall_members() treatment of that case doesn't set create.refn at all - used to, but that code is commented out.