From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752240AbbCYIlX (ORCPT ); Wed, 25 Mar 2015 04:41:23 -0400 Received: from mga02.intel.com ([134.134.136.20]:20612 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbbCYIlE (ORCPT ); Wed, 25 Mar 2015 04:41:04 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,464,1422950400"; d="scan'208";a="670277777" Message-ID: <1427272860.30360.29.camel@sauron.fi.intel.com> Subject: Re: [PATCH 1/1] UBIFS: fix incorrect unlocking handling From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Taesoo Kim Cc: adrian.hunter@intel.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, changwoo@gatech.edu, sanidhya@gatech.edu, blee@gatech.edu, csong84@gatech.edu Date: Wed, 25 Mar 2015 10:41:00 +0200 In-Reply-To: <1426644566-29754-1-git-send-email-tsgatesv@gmail.com> References: <1426644566-29754-1-git-send-email-tsgatesv@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-03-17 at 22:09 -0400, Taesoo Kim wrote: > When ubifs_init_security() fails, 'ui_mutex' is incorrectly > unlocked and incorrectly restores 'i_size'. There are four > such places that were introduce by the last commit. > > Signed-off-by: Taesoo Kim Pushed to linux-ubifs.git/master, thanks!