From patchwork Sat Aug 24 16:27:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11113059 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EBAC51398 for ; Sat, 24 Aug 2019 16:27:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C453B21897 for ; Sat, 24 Aug 2019 16:27:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566664032; bh=hcaxNPorSpY124jIa9w8rWIov+dp/m3JU7ie7GcfkCE=; h=Date:From:To:Cc:Subject:List-ID:From; b=YMeaC/uyE0vix/oR1Iu8d4uU2Phn2n9vRmqPh2Ybuj0qJeGooUPD0H1Hga8wVTs4H vU/lqiQ7NYBB+pTG65E3VgUjb7yn8t601geHFcxqdlfADsBzxBJFW3BZkeJsGl1202 hj2ko6oR776itjaWYzdVIP0Po5XZPqm77FRKNbHg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726810AbfHXQ1G (ORCPT ); Sat, 24 Aug 2019 12:27:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:49302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726343AbfHXQ1G (ORCPT ); Sat, 24 Aug 2019 12:27:06 -0400 Received: from localhost (c-67-169-218-210.hsd1.or.comcast.net [67.169.218.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B68562133F; Sat, 24 Aug 2019 16:27:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566664025; bh=hcaxNPorSpY124jIa9w8rWIov+dp/m3JU7ie7GcfkCE=; h=Date:From:To:Cc:Subject:From; b=r94swXoKa/uz9lHpJMlR+xBqyk/7xwAbnOFs5+EGRgh4C1Kges/VUelKS2x6L9cL8 IRjvMOiYcOAYXGgEDA9PgodALUR3a01D0wdV1OEbasShQ5qNrbqbYZ2HpdYecBJLpo fssndCq7omCzPd8HoQA+2YI8TRoCW2AHSa7oq0+M= Date: Sat, 24 Aug 2019 09:27:05 -0700 From: "Darrick J. Wong" To: Linus Torvalds Cc: "Darrick J. Wong" , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, david@fromorbit.com, linux-kernel@vger.kernel.org, sandeen@sandeen.net, hch@lst.de Subject: [GIT PULL] xfs: fix for 5.3-rc6 Message-ID: <20190824162705.GM1037350@magnolia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Linus, Please pull this single patch that fixes a xfs lockup problem when a chown/chgrp operation fails due to running out of quota. It has survived the usual xfstests runs and merges cleanly with this morning's master. Please let me know if anything strange happens. --D The following changes since commit b68271609c4f16a79eae8069933f64345afcf888: fs/xfs: Fix return code of xfs_break_leased_layouts() (2019-08-19 18:15:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.3-fixes-6 for you to fetch changes up to 1fb254aa983bf190cfd685d40c64a480a9bafaee: xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT (2019-08-22 20:55:54 -0700) ---------------------------------------------------------------- Changes since last time: - Fix a forgotten inode unlock when chown/chgrp fail due to quota. ---------------------------------------------------------------- Darrick J. Wong (1): xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT fs/xfs/xfs_iops.c | 1 + 1 file changed, 1 insertion(+)