All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [amir73il:mnt_idmap_prot 29/29] fs/mnt_idmapping.c:20:19: warning: no previous prototype for 'fsnotify_conn_mnt_idmap'
Date: Thu, 8 Jun 2023 02:17:14 +0800	[thread overview]
Message-ID: <202306080219.UmA7l5Te-lkp@intel.com> (raw)

tree:   https://github.com/amir73il/linux mnt_idmap_prot
head:   8e70eb8a651b98677105e34ded526227e7afb4a8
commit: c2694695d45048f17fbb48fafc41a919e3cd2d60 [29/29] fs: add support for "protected" attribute on a mount
config: microblaze-buildonly-randconfig-r003-20230607 (https://download.01.org/0day-ci/archive/20230608/202306080219.UmA7l5Te-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 12.3.0
reproduce (this is a W=1 build):
        mkdir -p ~/bin
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/amir73il/linux/commit/c2694695d45048f17fbb48fafc41a919e3cd2d60
        git remote add amir73il https://github.com/amir73il/linux
        git fetch --no-tags amir73il mnt_idmap_prot
        git checkout c2694695d45048f17fbb48fafc41a919e3cd2d60
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=microblaze olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=microblaze SHELL=/bin/bash

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306080219.UmA7l5Te-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> fs/mnt_idmapping.c:20:19: warning: no previous prototype for 'fsnotify_conn_mnt_idmap' [-Wmissing-prototypes]
      20 | struct mnt_idmap *fsnotify_conn_mnt_idmap(struct fsnotify_mark_connector *conn)
         |                   ^~~~~~~~~~~~~~~~~~~~~~~


vim +/fsnotify_conn_mnt_idmap +20 fs/mnt_idmapping.c

    19	
  > 20	struct mnt_idmap *fsnotify_conn_mnt_idmap(struct fsnotify_mark_connector *conn)
    21	{
    22		return container_of(conn->obj, struct mnt_idmap, fsnotify_marks);
    23	}
    24	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

             reply	other threads:[~2023-06-07 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-07 18:17 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-07 18:17 [amir73il:mnt_idmap_prot 29/29] fs/mnt_idmapping.c:20:19: warning: no previous prototype for 'fsnotify_conn_mnt_idmap' kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202306080219.UmA7l5Te-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=amir73il@gmail.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.