From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 767DFC433DF for ; Sat, 20 Jun 2020 07:16:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 559D5238E2 for ; Sat, 20 Jun 2020 07:16:56 +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="N+a+lZvX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726978AbgFTHQx (ORCPT ); Sat, 20 Jun 2020 03:16:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725826AbgFTHQw (ORCPT ); Sat, 20 Jun 2020 03:16:52 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FE91C06174E; Sat, 20 Jun 2020 00:16:52 -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:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=7UuadO7cHzr0SgICIdLV+S1e1Yzn89GfPoCa26xuTL0=; b=N+a+lZvXKyctQKCqkhY31VqL6d Qpg4hn6nmagnhRMYG+s1wdDtoORJR+Yocunj9d92ePhJLbJZn0IS/nhMGa8BwiuzqZY/GqhPlfYGt eER6/0qUN7R5BEP2gqxv8si8jcXRlfxRVQVYTu9B7dclbu25YBuCJWIvMSRyI00dRjCQUVfAtEFuL ufR7hSIb5G4+GZal2ExAlS0UpizKF7XauY7GXHzarhsk2b81mB04Dcpkl7shFVgcvw7UuESVwo8oA aFOGjAe5k5nl7ks6zjZC+af0u6MSlGrrxDK8/r5u6h4OMDBOevQofSI4mInQ7jNrfTWFfqHx1Wu97 u36Vs7lQ==; 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 1jmXk6-0003ql-N7; Sat, 20 Jun 2020 07:16:47 +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: move block bits out of fs.h Date: Sat, 20 Jun 2020 09:16:34 +0200 Message-Id: <20200620071644.463185-1-hch@lst.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, this series removes various remaining block bits out of fs.h and cleans up a few loose ends around that. Diffstat: drivers/tty/sysrq.c | 2 fs/adfs/super.c | 1 fs/affs/file.c | 1 fs/befs/linuxvfs.c | 1 fs/block_dev.c | 5 - fs/efs/super.c | 1 fs/hfs/inode.c | 1 fs/internal.h | 17 +++- fs/jfs/jfs_mount.c | 1 fs/jfs/resize.c | 1 fs/ntfs/dir.c | 1 fs/proc/devices.c | 1 fs/quota/dquot.c | 1 fs/reiserfs/procfs.c | 1 include/linux/bio.h | 3 include/linux/blk_types.h | 39 +++++++++- include/linux/blkdev.h | 140 ++++++++++++++++++++++-------------- include/linux/buffer_head.h | 1 include/linux/dasd_mod.h | 2 include/linux/fs.h | 169 -------------------------------------------- include/linux/genhd.h | 39 ++++++++-- include/linux/jbd2.h | 1 security/loadpin/loadpin.c | 1 23 files changed, 192 insertions(+), 238 deletions(-)