From patchwork Wed Jul 1 15:16:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 11636687 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 63EDA60D for ; Wed, 1 Jul 2020 15:16:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54E2C207F5 for ; Wed, 1 Jul 2020 15:16:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731715AbgGAPQa (ORCPT ); Wed, 1 Jul 2020 11:16:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:51700 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727887AbgGAPQa (ORCPT ); Wed, 1 Jul 2020 11:16:30 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2C85CACBD; Wed, 1 Jul 2020 15:16:29 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 6B4BFDA781; Wed, 1 Jul 2020 17:16:13 +0200 (CEST) From: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba Subject: [PATCH 0/2] Removal of deprecated mount options Date: Wed, 1 Jul 2020 17:16:13 +0200 Message-Id: X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Both options have no effect for a long time, no need to keep them around. David Sterba (2): btrfs: remove deprecated mount option alloc_start btrfs: remove deprecated mount option subvolrootid fs/btrfs/super.c | 12 ------------ 1 file changed, 12 deletions(-)