From patchwork Thu Sep 6 16:18:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kara X-Patchwork-Id: 10590843 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5E94E112B for ; Thu, 6 Sep 2018 16:18:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 513C02AD71 for ; Thu, 6 Sep 2018 16:18:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 443BE2AD7A; Thu, 6 Sep 2018 16:18:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DEE1C2AD71 for ; Thu, 6 Sep 2018 16:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727942AbeIFUyl (ORCPT ); Thu, 6 Sep 2018 16:54:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:44682 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727851AbeIFUyl (ORCPT ); Thu, 6 Sep 2018 16:54:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 01AD0AF6A; Thu, 6 Sep 2018 16:18:26 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id A412F1E3615; Thu, 6 Sep 2018 18:18:26 +0200 (CEST) From: Jan Kara To: Cc: Anatoly Trosinenko , Jan Kara Subject: [PATCH 4/4] udf: Drop pack pragma from udf_sb.h Date: Thu, 6 Sep 2018 18:18:21 +0200 Message-Id: <20180906161821.11603-5-jack@suse.cz> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20180906161821.11603-1-jack@suse.cz> References: <20180906161821.11603-1-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Drop pack pragma. The header file defines only in-memory structures. Signed-off-by: Jan Kara --- fs/udf/udf_sb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h index 937c209474cd..3d83be54c474 100644 --- a/fs/udf/udf_sb.h +++ b/fs/udf/udf_sb.h @@ -50,8 +50,6 @@ #define UDF_INVALID_MODE ((umode_t)-1) -#pragma pack(1) /* XXX(hch): Why? This file just defines in-core structures */ - #define MF_DUPLICATE_MD 0x01 #define MF_MIRROR_FE_LOADED 0x02