[vfs:orangefs-untested 1/7] fs/orangefs/dir.c:309:8: error: 'rhandle' undeclared

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git orangefs-untested
head:   f1ca377e8ee96b96d51380b5e71947d2f2fbfdbf
commit: 5c770d24bc144f432a915d4d5fd52bbdccce35ae [1/7] orangefs: get rid of readdir_handle_s
config: i386-allmodconfig (attached as .config)
reproduce:
        git checkout 5c770d24bc144f432a915d4d5fd52bbdccce35ae
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from fs/orangefs/dir.c:7:0:
   fs/orangefs/dir.c: In function 'orangefs_readdir':
>> fs/orangefs/dir.c:309:8: error: 'rhandle' undeclared (first use in this function)
           rhandle.readdir_response.orangefs_dirent_outcount);
           ^
   fs/orangefs/protocol.h:439:20: note: in definition of macro 'gossip_debug'
      printk(format, ##f);    \
                       ^
   fs/orangefs/dir.c:309:8: note: each undeclared identifier is reported only once for each function it appears in
           rhandle.readdir_response.orangefs_dirent_outcount);
           ^
   fs/orangefs/protocol.h:439:20: note: in definition of macro 'gossip_debug'
      printk(format, ##f);    \
                       ^

vim +/rhandle +309 fs/orangefs/dir.c

8bb8aefd Yi Liu        2015-11-24  303  	if (ctx->pos == ORANGEFS_ITERATE_NEXT)
88309aae Mike Marshall 2015-09-23  304  		ctx->pos = 0;
88309aae Mike Marshall 2015-09-23  305  
cf07c0bf Mike Marshall 2016-03-09  306  	gossip_debug(GOSSIP_DIR_DEBUG,
cf07c0bf Mike Marshall 2016-03-09  307  		     "%s: dirent_outcount:%d:\n",
cf07c0bf Mike Marshall 2016-03-09  308  		     __func__,
cf07c0bf Mike Marshall 2016-03-09 @309  		     rhandle.readdir_response.orangefs_dirent_outcount);
88309aae Mike Marshall 2015-09-23  310  	for (i = ctx->pos;
5c770d24 Al Viro       2016-02-16  311  	     i < readdir_response.orangefs_dirent_outcount;
88309aae Mike Marshall 2015-09-23  312  	     i++) {

:::::: The code at line 309 was first introduced by commit
:::::: cf07c0bf88b7e8765361e808b61fef287caedfe3 Orangefs: add a new gossip statement

:::::: TO: Mike Marshall <hubcap@xxxxxxxxxxxx>
:::::: CC: Mike Marshall <hubcap@xxxxxxxxxxxx>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux