All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Paulo Alcantara <pc@manguebit.com>
Cc: oe-kbuild-all@lists.linux.dev, Steve French <stfrench@microsoft.com>
Subject: [linux-next:master 14083/14328] fs/smb/client/cifssmb.c:3094:5: error: conflicting types for 'cifs_do_set_acl'; have 'int(const unsigned int,  struct cifs_tcon *, const unsigned char *, const struct posix_acl *, const int,  const struct nls_table *, int)'
Date: Wed, 2 Apr 2025 15:35:47 +0800	[thread overview]
Message-ID: <202504021549.evbuYKS3-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   fefb886b1344e222b3218f3c0165b0fd770e8b88
commit: 9f043ebda20bc29a856721ba7432d5541d89c14f [14083/14328] smb: client: optimize pathname checking
config: parisc-defconfig (https://download.01.org/0day-ci/archive/20250402/202504021549.evbuYKS3-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250402/202504021549.evbuYKS3-lkp@intel.com/reproduce)

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/202504021549.evbuYKS3-lkp@intel.com/

All errors (new ones prefixed by >>):

>> fs/smb/client/cifssmb.c:3094:5: error: conflicting types for 'cifs_do_set_acl'; have 'int(const unsigned int,  struct cifs_tcon *, const unsigned char *, const struct posix_acl *, const int,  const struct nls_table *, int)'
    3094 | int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
         |     ^~~~~~~~~~~~~~~
   In file included from fs/smb/client/cifssmb.c:33:
   fs/smb/client/cifsproto.h:556:5: note: previous declaration of 'cifs_do_set_acl' with type 'int(const unsigned int,  struct cifs_tcon *, const unsigned char *, const struct posix_acl *, const int,  struct cifs_sb_info *)'
     556 | int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
         |     ^~~~~~~~~~~~~~~


vim +3094 fs/smb/client/cifssmb.c

dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3093  
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22 @3094  int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3095  		    const unsigned char *fileName, const struct posix_acl *acl,
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3096  		    const int acl_type, const struct nls_table *nls_codepage,
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3097  		    int remap)
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3098  {
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3099  	return -EOPNOTSUPP;
dc1af4c4b4721a fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3100  }
bd9684b042dcbb fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3101  #endif /* CONFIG_FS_POSIX_ACL */
bd9684b042dcbb fs/cifs/cifssmb.c Christian Brauner 2022-09-22  3102  

:::::: The code at line 3094 was first introduced by commit
:::::: dc1af4c4b4721abfa07b351063825acc7e69cc66 cifs: implement set acl method

:::::: TO: Christian Brauner <brauner@kernel.org>
:::::: CC: Christian Brauner (Microsoft) <brauner@kernel.org>

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

                 reply	other threads:[~2025-04-02  7:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202504021549.evbuYKS3-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pc@manguebit.com \
    --cc=stfrench@microsoft.com \
    /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.