Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751960AbdLBAQt (ORCPT ); Fri, 1 Dec 2017 19:16:49 -0500 Received: from mail-lf0-f46.google.com ([209.85.215.46]:44788 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414AbdLBAQr (ORCPT ); Fri, 1 Dec 2017 19:16:47 -0500 X-Google-Smtp-Source: AGs4zMYn/9cX5ZzaVSYw48SRfnflMoVNHHeLV057AiurymL7iJei8P/SGKJquuznXWG5xJHs5BmUPiQwktWUo6WibkQ= MIME-Version: 1.0 X-Originating-IP: [209.133.79.7] In-Reply-To: <20171201204956.8332-1-palmer@sifive.com> References: <20171201204956.8332-1-palmer@sifive.com> From: Olof Johansson Date: Fri, 1 Dec 2017 16:16:44 -0800 Message-ID: Subject: Re: [PATCH] audit: Avoid build failures on systems without renameat To: Palmer Dabbelt Cc: Arnd Bergmann , linux-arch , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 384 Lines: 13 On Fri, Dec 1, 2017 at 12:49 PM, Palmer Dabbelt wrote: > renameat has been deprecated in favor of renameat2 for new ports. This > allows the audit tests to build on RISC-V. > > Reviewed-by: Christoph Hellwig > CC: Olof Johansson Acked-by: Olof Johansson > Signed-off-by: Palmer Dabbelt -Olof