From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f196.google.com ([209.85.166.196]:39565 "EHLO mail-it1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391709AbeLUTXQ (ORCPT ); Fri, 21 Dec 2018 14:23:16 -0500 Received: by mail-it1-f196.google.com with SMTP id a6so8025078itl.4 for ; Fri, 21 Dec 2018 11:23:16 -0800 (PST) From: Jens Axboe To: linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, linux-block@vger.kernel.org Cc: hch@lst.de, viro@zeniv.linux.org.uk, Jens Axboe Subject: [PATCH 22/22] aio: add my copyright Date: Fri, 21 Dec 2018 12:22:36 -0700 Message-Id: <20181221192236.12866-23-axboe@kernel.dk> In-Reply-To: <20181221192236.12866-1-axboe@kernel.dk> References: <20181221192236.12866-1-axboe@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Jens Axboe --- fs/aio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/aio.c b/fs/aio.c index a433503a2dc3..000bfa0de1ed 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -6,6 +6,7 @@ * * Copyright 2000, 2001, 2002 Red Hat, Inc. All Rights Reserved. * Copyright 2018 Christoph Hellwig. + * Copyright 2018 Jens Axboe * * See ../COPYING for licensing terms. */ -- 2.17.1