[PATCH] staging/lustre: Make nrs_policy_get_info_locked() static

kbuild test robot lkp at intel.com
Fri Oct 2 22:10:12 UTC 2015


Hi Rocco,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]

config: sparc64-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=sparc64 

All error/warnings (new ones prefixed by >>):

>> 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,
         ^

vim +/nrs_policy_get_info_locked +456 drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c

   450	 *
   451	 * Information is copied in \a info.
   452	 *
   453	 * \param[in] policy The policy
   454	 * \param[out] info  Holds returned status information
   455	 */
 > 456	static void nrs_policy_get_info_locked(struct ptlrpc_nrs_policy *policy,
   457					struct ptlrpc_nrs_pol_info *info)
   458	{
   459		LASSERT(policy != NULL);

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 43733 bytes
Desc: not available
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20151003/b72035b7/attachment-0001.obj>


More information about the devel mailing list