Message ID | 20221124075846.3784701-1-ammar.faizi@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <io-uring-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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74C66C4332F for <io-uring@archiver.kernel.org>; Thu, 24 Nov 2022 08:01:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229379AbiKXIB0 (ORCPT <rfc822;io-uring@archiver.kernel.org>); Thu, 24 Nov 2022 03:01:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbiKXIBZ (ORCPT <rfc822;io-uring@vger.kernel.org>); Thu, 24 Nov 2022 03:01:25 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78D5AC6218 for <io-uring@vger.kernel.org>; Thu, 24 Nov 2022 00:01:24 -0800 (PST) Received: from localhost.localdomain (unknown [182.253.183.240]) by gnuweeb.org (Postfix) with ESMTPSA id AA2078166D; Thu, 24 Nov 2022 08:01:20 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1669276884; bh=ERtkqvk6tbxxYN/xhabf3FdA1VeYaViBkUA0ip8IjMI=; h=From:To:Cc:Subject:Date:From; b=o4+DoaasMmIAp+lP8E6+ImL4DmgOLUpJdLqjTDpoud8BraTA4EhYPZC6xM7hQXnYr H70BqqLRFZrBytKUj9wldTrbcvRVxgdeLhSqBPhCl8tqN+qHD78D8Y3ViBxp9VGjWV tzrfykgHmCjQmg2CG9CSrxV33PPDwxlxThmIxRDIuORKZS+TJsdylvohRJzldFUxRo eaNK4PIuqLiv2Kmpx6+lxEQ2/DcmaFX942SFzCb6mLj3BQEOdNi8x+MwbEHzJrEivH NcPwNUMaSfOi5BFmLayYtNPxlgWRbYKhXVbgOouurxlOdDJ63Mv65yhdtOyVfdNAO9 bJnpz9B9ms2eQ== From: Ammar Faizi <ammarfaizi2@gnuweeb.org> To: Jens Axboe <axboe@kernel.dk> Cc: Ammar Faizi <ammarfaizi2@gnuweeb.org>, Pavel Begunkov <asml.silence@gmail.com>, io-uring Mailing List <io-uring@vger.kernel.org>, GNU/Weeb Mailing List <gwml@vger.gnuweeb.org>, Gilang Fachrezy <gilang4321@gmail.com>, Muhammad Rizki <kiizuha@gnuweeb.org>, Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>, VNLX Kernel Department <kernel@vnlx.org> Subject: [PATCH liburing v1 0/7] Ensure we mark internal functions and variables as static Date: Thu, 24 Nov 2022 15:00:55 +0700 Message-Id: <20221124075846.3784701-1-ammar.faizi@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series |
Ensure we mark internal functions and variables as static
|
expand
|