Message ID | 20191113142335.1045631-1-cmaiolino@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=J5MO=ZF=vger.kernel.org=linux-xfs-owner@kernel.org> 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 9EEA516B1 for <patchwork-linux-xfs@patchwork.kernel.org>; Wed, 13 Nov 2019 14:23:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FE03222D0 for <patchwork-linux-xfs@patchwork.kernel.org>; Wed, 13 Nov 2019 14:23:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OLYT+n9G" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727493AbfKMOXs (ORCPT <rfc822;patchwork-linux-xfs@patchwork.kernel.org>); Wed, 13 Nov 2019 09:23:48 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:31539 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727481AbfKMOXr (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Wed, 13 Nov 2019 09:23:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573655026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Dmcw4k6bVlwzvnndn7mvEug+CdckybSb9XEgOaPfs30=; b=OLYT+n9GxLKhdbU+qgJj7hWUWNSm1oW5gMX9/h5tb23GBsHP3p/dI4ZVOZfQphbDr+MwG6 GvIu962DJRUSg/NdlyEWZockBFAyI7MazAXiRwL3QDNnyB8+Uox3iEJoNqN4ejnObY8fh+ WWYQlzl2MkPausY1JATyFsHwKoVaqM4= 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-287-wg1dpZqRPnWjNBSeJSv6lw-1; Wed, 13 Nov 2019 09:23:45 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8A03010C092E for <linux-xfs@vger.kernel.org>; Wed, 13 Nov 2019 14:23:44 +0000 (UTC) Received: from orion.redhat.com (ovpn-204-203.brq.redhat.com [10.40.204.203]) by smtp.corp.redhat.com (Postfix) with ESMTP id E0F984D9E1 for <linux-xfs@vger.kernel.org>; Wed, 13 Nov 2019 14:23:43 +0000 (UTC) From: Carlos Maiolino <cmaiolino@redhat.com> To: linux-xfs@vger.kernel.org Subject: [PATCH 00/11] Use generic memory API instead of a custom one Date: Wed, 13 Nov 2019 15:23:24 +0100 Message-Id: <20191113142335.1045631-1-cmaiolino@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: wg1dpZqRPnWjNBSeJSv6lw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
Use generic memory API instead of a custom one
|
expand
|