From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbbJBWN4 (ORCPT ); Fri, 2 Oct 2015 18:13:56 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:65141 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbbJBWNz (ORCPT ); Fri, 2 Oct 2015 18:13:55 -0400 From: Arnd Bergmann To: kbuild test robot Cc: Rocco Folino , kbuild-all@01.org, oleg.drokin@intel.com, andreas.dilger@intel.com, devel@driverdev.osuosl.org, dmiter4ever@gmail.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, Julia.Lawall@lip6.fr, hannac@iu.edu, joe@perches.com, lustre-devel@lists.lustre.org Subject: Re: [PATCH] staging/lustre: Make nrs_policy_get_info_locked() static Date: Sat, 03 Oct 2015 00:13:33 +0200 Message-ID: <5223334.NTtjKnhML6@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <201510030633.j7jTVT5b%fengguang.wu@intel.com> References: <201510030633.j7jTVT5b%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:Y9KsRRF2qg0orl6PwXPJLJKAgboS+dh4OempA1K/zBzw1aOPK34 NSLVxdIJocVgz3D5LzSpK68tGvrr+8mQ1UgKr+OxE/1uAguku2cYtYplWXulbDvWHo+yB1a hdD9RwRoRs5V8P3MbAD0X1GjH1FTLng/WPfAmCzyl2hw0pGztKbc0Zs/ghS3GcK6rk/TC3o OH4OQ0sTLvjRjc8gjEIyA== X-UI-Out-Filterresults: notjunk:1;V01:K0:+dGuyF067j0=:v1R9BsicSRmDLbzBUNyYc6 5dlP3L3Me/At7QyGWZRQUcYBNKdsYnWX3/FA5NFFSFbdfdX3Y+dAN7riiprP66J6zouInBT38 EPlVLNRWwBpDDw0+bmeZ6t2fXXI56Fw9rZAKI5rr6tqsIAAuYVOD6HiCCpuwU7ptDsUguBqjz THyp9pluC5RyC9nCc47F6O7lCqgU03k593RR2+Oor7PqY5LbMM9mDYydOUaL3mUf3D0nXyVJR yEj4zKx4krTLvqyv5BoLXyxl6Yjp9SRDO1L+jh+ATYLwNT2ubauWprSpSjmEpuH3Spr/2Ew2a TBDevn8Jjc02zks3/TSVkVQ+mbwBvaAlseTXbb3XrPK0a5fOCpDwLbUKTs6R9wL9d3zAsVkeS Hv+MRlhhp79tfsFZM3yD1ur27N8imKPvdckdqbW6scKGVqcW9fGxu3kOLLJUtxkXMuvRqGEcJ F2nxfm4OKgOuG0HG7W7pjunfHnZACxSWZ4ju+dTxPeKcjquDtpGiOAa/s84PiUlmSaxnzqzgG Ruk5Mhi/Tt23hkUqw8TQf4JxENJK7RG3KDF61+G5ynyeIPClGt8ZWWCCzgoyuTm4Vnvh3r1hM 63aAVpmoyK2RrZZnbQKv4rEgA5HlrLoKkF5yvJa3AwWTmcPl8AAOFEEaJKeNNFTQofR211Q14 bZkmEwH/4qeyHP0cf5qCLhYS6yffs4KlGEwrnv7WSNdg5i2Pspw2WMmyx220qe5dgPiJKls7A KzJD6nddkAAJcUPQ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 03 October 2015 06:10:12 kbuild test robot wrote: > >> drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:456:13: error: static declaration of 'nrs_policy_get_info_locked' follows non-static declaration > static void nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy, > ^ > In file included from drivers/staging/lustre/lustre/ptlrpc/../include/lustre_lib.h:64:0, > from drivers/staging/lustre/lustre/ptlrpc/../include/obd.h:52, > from drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c:40: > drivers/staging/lustre/lustre/ptlrpc/../include/lustre_net.h:1542:6: note: previous declaration of 'nrs_policy_get_info_locked' was here > void nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy, > ^ > fwiw, the patch should be fine on staging-testing, just not on mainline at the moment. Arnd