From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Liu Date: Tue, 09 Apr 2013 03:13:57 +0000 Subject: Re: [Ocfs2-devel] [patch 1/2 v2] Ocfs2/move_extents: fix error handling in ioctl Message-Id: <51638775.1040201@oracle.com> List-Id: References: <20130404114030.GA25020@longonot.mountain> <515D6984.9030204@oracle.com> <20130408170409.b16252fc16e9cdc8abfc91eb@linux-foundation.org> In-Reply-To: <20130408170409.b16252fc16e9cdc8abfc91eb@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ocfs2-devel@oss.oracle.com On 04/09/2013 08:04 AM, Andrew Morton wrote: > On Thu, 04 Apr 2013 19:52:36 +0800 Jeff Liu wrote: > >> On 04/04/2013 07:40 PM, Dan Carpenter wrote: >>> Smatch complains that if we hit an error (for example if the file is >>> immutable) then "range" has uninitialized stack data and we copy it to >>> the user. >>> >>> I've re-written the error handling to avoid this problem and make it a >>> little cleaner as well. >>> >>> Signed-off-by: Dan Carpenter >> Reviewed-by: Jie Liu > > I can't find either of Dan's emails anywhere. Confused. > > Resend both, please? Looks they were eaten by the mailing list somehow, I'll resent both of them on behalf of Dan in a minute. Thanks, -Jeff > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >