Message ID | 20230811161528.506437-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fsdevel-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82F91EB64DD for <linux-fsdevel@archiver.kernel.org>; Fri, 11 Aug 2023 16:15:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233767AbjHKQPl (ORCPT <rfc822;linux-fsdevel@archiver.kernel.org>); Fri, 11 Aug 2023 12:15:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232046AbjHKQPk (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Fri, 11 Aug 2023 12:15:40 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3DFF2694; Fri, 11 Aug 2023 09:15:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.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=/SgsMibri9UER3bCvfxitKCEIq/eI1Hjbt8i8axvil0=; b=rXg+L9YttUI4wMHcDVF5lapTgj Io4fgj7Nqkg9taPr7lHlNxpUkq+13bnMtYfYYcQz0MBOXB56GQUHUTABoxv8U5qEjKgM0C1ypJIJV u94/+DLuitS6Si0GGVILTLORaFKi1wlSzVF+hD2G/jb+AqDqHrPlY4vghUZCqxNF9rq9G3Qdrkb0A I/34BpF8PdADWIiGGjW3ia+pddf8kpVimk98qHy/oMGM50iPb8DSU8NocH4FEL3XkQiMn1Be/S7LN SXakB4UomwPE4MY/LgsovJV/HSvvfKUS4CTTcjO1DVOU5kGSZikrfCKEgxtS2R2SyYnkM5YQNLcYV lJ+A/IjQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qUUnS-0027kU-TC; Fri, 11 Aug 2023 16:15:30 +0000 From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: akpm@linux-foundation.org Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, Hui Zhu <teawater@antgroup.com>, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: [PATCH 0/3] Add and use bdev_getblk() Date: Fri, 11 Aug 2023 17:15:25 +0100 Message-Id: <20230811161528.506437-1-willy@infradead.org> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series | Add and use bdev_getblk() | expand |