From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:39895 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752375AbcJDIxq (ORCPT ); Tue, 4 Oct 2016 04:53:46 -0400 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u948qUQ1135238 for ; Tue, 4 Oct 2016 04:53:46 -0400 Received: from e06smtp09.uk.ibm.com (e06smtp09.uk.ibm.com [195.75.94.105]) by mx0b-001b2d01.pphosted.com with ESMTP id 25uy9qnvxp-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 04 Oct 2016 04:53:45 -0400 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Oct 2016 09:53:44 +0100 From: Pierre Morel To: viro@zeniv.linux.org.uk Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, mguzik@redhat.com, farman@linux.vnet.ibm.com, cornelia.huck@de.ibm.com Subject: [PATCH] return the right error in thaw_bdev() Date: Tue, 4 Oct 2016 10:53:39 +0200 Message-Id: <1475571220-2522-1-git-send-email-pmorel@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: When triggering thaw-filesystems via magic sysrq, the system freezes. It is due to an error in thaw_bdev() for which I sent a patch in august 2015, but the patch has not been applied and the problem remains. Since the original subject "always return an error..." may be confusing, I changed the subject line and rebased the patch on Linux 4.8-rc8. Pierre Morel (1): fs/block_dev.c: return the right error in thaw_bdev() fs/block_dev.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -- 2.5.0