From patchwork Sat Jun 20 07:16:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 11615821 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 B1873913 for ; Sat, 20 Jun 2020 07:17:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 974032395C for ; Sat, 20 Jun 2020 07:17:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Pi93NCFV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727040AbgFTHQ6 (ORCPT ); Sat, 20 Jun 2020 03:16:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727030AbgFTHQ5 (ORCPT ); Sat, 20 Jun 2020 03:16:57 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DB7DC06174E; Sat, 20 Jun 2020 00:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=zhvoFDrNEPTRg/DLpmvxsJtCKvss8juTVaijR5W3qtQ=; b=Pi93NCFVto03I9bA00cz7vR+YE pMi+888pLOM/Z5hd16t1SqQRioDyEU2qYIaW+ADIiH39CzfTGcU83RQrPE0vcoY0ZmAA0KxI/oLjO nbYtaVPxa9g8Tj0R5Q6ZqjSuvbYh20Ho2FbybWSCN2hgIQBXnJIck/y94ofDDaVHJ0VM5iJauRuPc 9qs4Me2V5kaqZ1JgwloEbBa3IlVaiNRa6ez3k3Z2naM13qELdCbLWJfgFSCxr9TvGy4MoyPw/ByL5 W4nZI4KBQFNggKrFoVJPjozPZN+8py2tgPOWNFEDPka1ObHM06lYa5ZgkKdO7/rMZIPfVakuoA8/O fpzb+XKw==; Received: from 195-192-102-148.dyn.cablelink.at ([195.192.102.148] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jmXkF-0003rJ-Gl; Sat, 20 Jun 2020 07:16:55 +0000 From: Christoph Hellwig To: Jens Axboe Cc: Al Viro , Greg Kroah-Hartman , Jiri Slaby , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 03/10] fs: remove an unused block_device_operations forward declaration Date: Sat, 20 Jun 2020 09:16:37 +0200 Message-Id: <20200620071644.463185-4-hch@lst.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200620071644.463185-1-hch@lst.de> References: <20200620071644.463185-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Signed-off-by: Christoph Hellwig Reviewed-by: Bart Van Assche Reviewed-by: Johannes Thumshirn --- include/linux/fs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index b1c960e9b84e3a..0d282c853691a3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1774,8 +1774,6 @@ struct dir_context { loff_t pos; }; -struct block_device_operations; - /* These macros are for out of kernel modules to test that * the kernel supports the unlocked_ioctl and compat_ioctl * fields in struct file_operations. */