Message ID | 1633782962-18335-1-git-send-email-dwysocha@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-nfs-owner@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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 348A0C433EF for <linux-nfs@archiver.kernel.org>; Sat, 9 Oct 2021 12:36:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 13FB060F70 for <linux-nfs@archiver.kernel.org>; Sat, 9 Oct 2021 12:36:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232967AbhJIMiW (ORCPT <rfc822;linux-nfs@archiver.kernel.org>); Sat, 9 Oct 2021 08:38:22 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:26062 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232982AbhJIMiW (ORCPT <rfc822;linux-nfs@vger.kernel.org>); Sat, 9 Oct 2021 08:38:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633782985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=jdTmtgaMNwpebhIB6PoYaRSJghKCrcGVuFo7wht5iso=; b=e7UAxsf0TX5GpA3OyHb0RC8yXsH/imKdehWb9RtJ/t/YsF6hhSeGWvJIDxvPFk4L+3jfCU kSHZHS3nSZW+B8sv3zQRn4XmhxoImb/nCaqSiiFkSIVT5AxbjNnOkJTggcITU5nN9eQnD9 DnI590gxWOdXNCfY77gq9y5R8szjZp4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-346-CJbEELwANZO9XNZGWuSSLQ-1; Sat, 09 Oct 2021 08:36:23 -0400 X-MC-Unique: CJbEELwANZO9XNZGWuSSLQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B9D5810059DF; Sat, 9 Oct 2021 12:36:22 +0000 (UTC) Received: from dwysocha.rdu.csb (unknown [10.22.8.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9495110016FF; Sat, 9 Oct 2021 12:36:04 +0000 (UTC) From: Dave Wysochanski <dwysocha@redhat.com> To: Trond Myklebust <trondmy@hammerspace.com>, Anna Schumaker <anna.schumaker@netapp.com> Cc: Matthew Wilcox <willy@infradead.org>, David Howells <dhowells@redhat.com>, Chuck Lever <chuck.lever@oracle.com>, linux-cachefs@redhat.com, linux-nfs@vger.kernel.org Subject: [PATCH v2 0/1] Convert nfs_readpages() to nfs_readahead() Date: Sat, 9 Oct 2021 08:36:01 -0400 Message-Id: <1633782962-18335-1-git-send-email-dwysocha@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Precedence: bulk List-ID: <linux-nfs.vger.kernel.org> X-Mailing-List: linux-nfs@vger.kernel.org |
Series |
Convert nfs_readpages() to nfs_readahead()
|
expand
|