tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git 
staging-testing
head:   0badacd779df08fbbc895cf6c488e100b86c1f39
commit: 0922c0084b91799193059a47bfbd215ffd3a4b50 [754/791] staging: lustre: 
remove libcfs_all from ptlrpc
config: sh-allmodconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 0922c0084b91799193059a47bfbd215ffd3a4b50
        # save the attached .config to linux build tree
        make.cross ARCH=sh 

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

>> drivers/staging/lustre/lustre/ptlrpc/errno.c:44:3: error: 'EPERM' undeclared 
>> here (not in a function)
     [EPERM]   = LUSTRE_EPERM,
      ^~~~~
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:44:3: error: array index in 
>> initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:44:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:45:3: error: 'ENOENT' 
>> undeclared here (not in a function)
     [ENOENT]  = LUSTRE_ENOENT,
      ^~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:45:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:45:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:46:3: error: 'ESRCH' undeclared 
>> here (not in a function)
     [ESRCH]   = LUSTRE_ESRCH,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:46:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:46:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:47:3: error: 'EINTR' undeclared 
>> here (not in a function)
     [EINTR]   = LUSTRE_EINTR,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:47:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:47:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:48:3: error: 'EIO' undeclared 
>> here (not in a function)
     [EIO]   = LUSTRE_EIO,
      ^~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:48:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:48:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:49:3: error: 'ENXIO' undeclared 
>> here (not in a function); did you mean 'EIO'?
     [ENXIO]   = LUSTRE_ENXIO,
      ^~~~~
      EIO
   drivers/staging/lustre/lustre/ptlrpc/errno.c:49:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:49:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:50:3: error: 'E2BIG' undeclared 
>> here (not in a function)
     [E2BIG]   = LUSTRE_E2BIG,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:50:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:50:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:51:3: error: 'ENOEXEC' 
>> undeclared here (not in a function); did you mean 'ENOENT'?
     [ENOEXEC]  = LUSTRE_ENOEXEC,
      ^~~~~~~
      ENOENT
   drivers/staging/lustre/lustre/ptlrpc/errno.c:51:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:51:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:52:3: error: 'EBADF' undeclared 
>> here (not in a function)
     [EBADF]   = LUSTRE_EBADF,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:52:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:52:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:53:3: error: 'ECHILD' 
>> undeclared here (not in a function)
     [ECHILD]  = LUSTRE_ECHILD,
      ^~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:53:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:53:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:54:3: error: 'EAGAIN' 
>> undeclared here (not in a function)
     [EAGAIN]  = LUSTRE_EAGAIN,
      ^~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:54:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:54:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:55:3: error: 'ENOMEM' 
>> undeclared here (not in a function); did you mean 'ENOEXEC'?
     [ENOMEM]  = LUSTRE_ENOMEM,
      ^~~~~~
      ENOEXEC
   drivers/staging/lustre/lustre/ptlrpc/errno.c:55:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:55:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:56:3: error: 'EACCES' 
>> undeclared here (not in a function)
     [EACCES]  = LUSTRE_EACCES,
      ^~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:56:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:56:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:57:3: error: 'EFAULT' 
>> undeclared here (not in a function)
     [EFAULT]  = LUSTRE_EFAULT,
      ^~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:57:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:57:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:58:3: error: 'ENOTBLK' 
>> undeclared here (not in a function)
     [ENOTBLK]  = LUSTRE_ENOTBLK,
      ^~~~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:58:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:58:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:59:3: error: 'EBUSY' undeclared 
>> here (not in a function)
     [EBUSY]   = LUSTRE_EBUSY,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:59:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:59:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:60:3: error: 'EEXIST' 
>> undeclared here (not in a function); did you mean 'ENXIO'?
     [EEXIST]  = LUSTRE_EEXIST,
      ^~~~~~
      ENXIO
   drivers/staging/lustre/lustre/ptlrpc/errno.c:60:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:60:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:61:3: error: 'EXDEV' undeclared 
>> here (not in a function)
     [EXDEV]   = LUSTRE_EXDEV,
      ^~~~~
   drivers/staging/lustre/lustre/ptlrpc/errno.c:61:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:61:3: note: (near 
initialization for 'lustre_errno_hton_mapping')
>> drivers/staging/lustre/lustre/ptlrpc/errno.c:62:3: error: 'ENODEV' 
>> undeclared here (not in a function); did you mean 'EXDEV'?
     [ENODEV]  = LUSTRE_ENODEV,
      ^~~~~~
      EXDEV
   drivers/staging/lustre/lustre/ptlrpc/errno.c:62:3: error: array index in 
initializer not of integer type
   drivers/staging/lustre/lustre/ptlrpc/errno.c:62:3: note: (near 
initialization for 'lustre_errno_hton_mapping')

vim +/EPERM +44 drivers/staging/lustre/lustre/ptlrpc/errno.c

2d58de78 Li Wei 2013-07-23   30  
2d58de78 Li Wei 2013-07-23   31  /*
2d58de78 Li Wei 2013-07-23   32   * The two translation tables below must 
define a one-to-one mapping between
2d58de78 Li Wei 2013-07-23   33   * host and network errnos.
2d58de78 Li Wei 2013-07-23   34   *
2d58de78 Li Wei 2013-07-23   35   * EWOULDBLOCK is equal to EAGAIN on all 
architectures except for parisc, which
2d58de78 Li Wei 2013-07-23   36   * appears irrelevant.  Thus, existing 
references to EWOULDBLOCK are fine.
2d58de78 Li Wei 2013-07-23   37   *
2d58de78 Li Wei 2013-07-23   38   * EDEADLOCK is equal to EDEADLK on x86 but 
not on sparc, at least.  A sparc
2d58de78 Li Wei 2013-07-23   39   * host has no context-free way to determine 
if a LUSTRE_EDEADLK represents an
2d58de78 Li Wei 2013-07-23   40   * EDEADLK or an EDEADLOCK.  Therefore, all 
existing references to EDEADLOCK
2d58de78 Li Wei 2013-07-23   41   * that need to be transferred on wire have 
been replaced with EDEADLK.
2d58de78 Li Wei 2013-07-23   42   */
2d58de78 Li Wei 2013-07-23   43  static int lustre_errno_hton_mapping[] = {
2d58de78 Li Wei 2013-07-23  @44         [EPERM]                 = LUSTRE_EPERM,
2d58de78 Li Wei 2013-07-23  @45         [ENOENT]                = LUSTRE_ENOENT,
2d58de78 Li Wei 2013-07-23  @46         [ESRCH]                 = LUSTRE_ESRCH,
2d58de78 Li Wei 2013-07-23  @47         [EINTR]                 = LUSTRE_EINTR,
2d58de78 Li Wei 2013-07-23  @48         [EIO]                   = LUSTRE_EIO,
2d58de78 Li Wei 2013-07-23  @49         [ENXIO]                 = LUSTRE_ENXIO,
2d58de78 Li Wei 2013-07-23  @50         [E2BIG]                 = LUSTRE_E2BIG,
2d58de78 Li Wei 2013-07-23  @51         [ENOEXEC]               = 
LUSTRE_ENOEXEC,
2d58de78 Li Wei 2013-07-23  @52         [EBADF]                 = LUSTRE_EBADF,
2d58de78 Li Wei 2013-07-23  @53         [ECHILD]                = LUSTRE_ECHILD,
2d58de78 Li Wei 2013-07-23  @54         [EAGAIN]                = LUSTRE_EAGAIN,
2d58de78 Li Wei 2013-07-23  @55         [ENOMEM]                = LUSTRE_ENOMEM,
2d58de78 Li Wei 2013-07-23  @56         [EACCES]                = LUSTRE_EACCES,
2d58de78 Li Wei 2013-07-23  @57         [EFAULT]                = LUSTRE_EFAULT,
2d58de78 Li Wei 2013-07-23  @58         [ENOTBLK]               = 
LUSTRE_ENOTBLK,
2d58de78 Li Wei 2013-07-23  @59         [EBUSY]                 = LUSTRE_EBUSY,
2d58de78 Li Wei 2013-07-23  @60         [EEXIST]                = LUSTRE_EEXIST,
2d58de78 Li Wei 2013-07-23  @61         [EXDEV]                 = LUSTRE_EXDEV,
2d58de78 Li Wei 2013-07-23  @62         [ENODEV]                = LUSTRE_ENODEV,
2d58de78 Li Wei 2013-07-23  @63         [ENOTDIR]               = 
LUSTRE_ENOTDIR,
2d58de78 Li Wei 2013-07-23  @64         [EISDIR]                = LUSTRE_EISDIR,
2d58de78 Li Wei 2013-07-23  @65         [EINVAL]                = LUSTRE_EINVAL,
2d58de78 Li Wei 2013-07-23  @66         [ENFILE]                = LUSTRE_ENFILE,
2d58de78 Li Wei 2013-07-23  @67         [EMFILE]                = LUSTRE_EMFILE,
2d58de78 Li Wei 2013-07-23  @68         [ENOTTY]                = LUSTRE_ENOTTY,
2d58de78 Li Wei 2013-07-23  @69         [ETXTBSY]               = 
LUSTRE_ETXTBSY,
2d58de78 Li Wei 2013-07-23  @70         [EFBIG]                 = LUSTRE_EFBIG,
2d58de78 Li Wei 2013-07-23  @71         [ENOSPC]                = LUSTRE_ENOSPC,
2d58de78 Li Wei 2013-07-23  @72         [ESPIPE]                = LUSTRE_ESPIPE,
2d58de78 Li Wei 2013-07-23  @73         [EROFS]                 = LUSTRE_EROFS,
2d58de78 Li Wei 2013-07-23  @74         [EMLINK]                = LUSTRE_EMLINK,
2d58de78 Li Wei 2013-07-23  @75         [EPIPE]                 = LUSTRE_EPIPE,
2d58de78 Li Wei 2013-07-23  @76         [EDOM]                  = LUSTRE_EDOM,
2d58de78 Li Wei 2013-07-23  @77         [ERANGE]                = LUSTRE_ERANGE,
2d58de78 Li Wei 2013-07-23  @78         [EDEADLK]               = 
LUSTRE_EDEADLK,
2d58de78 Li Wei 2013-07-23  @79         [ENAMETOOLONG]          = 
LUSTRE_ENAMETOOLONG,
2d58de78 Li Wei 2013-07-23  @80         [ENOLCK]                = LUSTRE_ENOLCK,
2d58de78 Li Wei 2013-07-23  @81         [ENOSYS]                = LUSTRE_ENOSYS,
2d58de78 Li Wei 2013-07-23  @82         [ENOTEMPTY]             = 
LUSTRE_ENOTEMPTY,
2d58de78 Li Wei 2013-07-23  @83         [ELOOP]                 = LUSTRE_ELOOP,
2d58de78 Li Wei 2013-07-23  @84         [ENOMSG]                = LUSTRE_ENOMSG,
2d58de78 Li Wei 2013-07-23  @85         [EIDRM]                 = LUSTRE_EIDRM,
2d58de78 Li Wei 2013-07-23  @86         [ECHRNG]                = LUSTRE_ECHRNG,
2d58de78 Li Wei 2013-07-23  @87         [EL2NSYNC]              = 
LUSTRE_EL2NSYNC,
2d58de78 Li Wei 2013-07-23  @88         [EL3HLT]                = LUSTRE_EL3HLT,
2d58de78 Li Wei 2013-07-23  @89         [EL3RST]                = LUSTRE_EL3RST,
2d58de78 Li Wei 2013-07-23  @90         [ELNRNG]                = LUSTRE_ELNRNG,
2d58de78 Li Wei 2013-07-23  @91         [EUNATCH]               = 
LUSTRE_EUNATCH,
2d58de78 Li Wei 2013-07-23  @92         [ENOCSI]                = LUSTRE_ENOCSI,
2d58de78 Li Wei 2013-07-23  @93         [EL2HLT]                = LUSTRE_EL2HLT,
2d58de78 Li Wei 2013-07-23  @94         [EBADE]                 = LUSTRE_EBADE,
2d58de78 Li Wei 2013-07-23  @95         [EBADR]                 = LUSTRE_EBADR,
2d58de78 Li Wei 2013-07-23  @96         [EXFULL]                = LUSTRE_EXFULL,
2d58de78 Li Wei 2013-07-23  @97         [ENOANO]                = LUSTRE_ENOANO,
2d58de78 Li Wei 2013-07-23  @98         [EBADRQC]               = 
LUSTRE_EBADRQC,
2d58de78 Li Wei 2013-07-23  @99         [EBADSLT]               = 
LUSTRE_EBADSLT,
2d58de78 Li Wei 2013-07-23 @100         [EBFONT]                = LUSTRE_EBFONT,
2d58de78 Li Wei 2013-07-23 @101         [ENOSTR]                = LUSTRE_ENOSTR,
2d58de78 Li Wei 2013-07-23 @102         [ENODATA]               = 
LUSTRE_ENODATA,
2d58de78 Li Wei 2013-07-23 @103         [ETIME]                 = LUSTRE_ETIME,
2d58de78 Li Wei 2013-07-23 @104         [ENOSR]                 = LUSTRE_ENOSR,
2d58de78 Li Wei 2013-07-23 @105         [ENONET]                = LUSTRE_ENONET,
2d58de78 Li Wei 2013-07-23 @106         [ENOPKG]                = LUSTRE_ENOPKG,
2d58de78 Li Wei 2013-07-23 @107         [EREMOTE]               = 
LUSTRE_EREMOTE,
2d58de78 Li Wei 2013-07-23 @108         [ENOLINK]               = 
LUSTRE_ENOLINK,
2d58de78 Li Wei 2013-07-23 @109         [EADV]                  = LUSTRE_EADV,
2d58de78 Li Wei 2013-07-23 @110         [ESRMNT]                = LUSTRE_ESRMNT,
2d58de78 Li Wei 2013-07-23 @111         [ECOMM]                 = LUSTRE_ECOMM,
2d58de78 Li Wei 2013-07-23 @112         [EPROTO]                = LUSTRE_EPROTO,
2d58de78 Li Wei 2013-07-23 @113         [EMULTIHOP]             = 
LUSTRE_EMULTIHOP,
2d58de78 Li Wei 2013-07-23 @114         [EDOTDOT]               = 
LUSTRE_EDOTDOT,
2d58de78 Li Wei 2013-07-23 @115         [EBADMSG]               = 
LUSTRE_EBADMSG,
2d58de78 Li Wei 2013-07-23 @116         [EOVERFLOW]             = 
LUSTRE_EOVERFLOW,
2d58de78 Li Wei 2013-07-23 @117         [ENOTUNIQ]              = 
LUSTRE_ENOTUNIQ,
2d58de78 Li Wei 2013-07-23 @118         [EBADFD]                = LUSTRE_EBADFD,
2d58de78 Li Wei 2013-07-23 @119         [EREMCHG]               = 
LUSTRE_EREMCHG,
2d58de78 Li Wei 2013-07-23 @120         [ELIBACC]               = 
LUSTRE_ELIBACC,
2d58de78 Li Wei 2013-07-23 @121         [ELIBBAD]               = 
LUSTRE_ELIBBAD,
2d58de78 Li Wei 2013-07-23 @122         [ELIBSCN]               = 
LUSTRE_ELIBSCN,
2d58de78 Li Wei 2013-07-23 @123         [ELIBMAX]               = 
LUSTRE_ELIBMAX,
2d58de78 Li Wei 2013-07-23 @124         [ELIBEXEC]              = 
LUSTRE_ELIBEXEC,
2d58de78 Li Wei 2013-07-23 @125         [EILSEQ]                = LUSTRE_EILSEQ,
2d58de78 Li Wei 2013-07-23 @126         [ERESTART]              = 
LUSTRE_ERESTART,
2d58de78 Li Wei 2013-07-23 @127         [ESTRPIPE]              = 
LUSTRE_ESTRPIPE,
2d58de78 Li Wei 2013-07-23 @128         [EUSERS]                = LUSTRE_EUSERS,
2d58de78 Li Wei 2013-07-23 @129         [ENOTSOCK]              = 
LUSTRE_ENOTSOCK,
2d58de78 Li Wei 2013-07-23 @130         [EDESTADDRREQ]          = 
LUSTRE_EDESTADDRREQ,
2d58de78 Li Wei 2013-07-23 @131         [EMSGSIZE]              = 
LUSTRE_EMSGSIZE,
2d58de78 Li Wei 2013-07-23 @132         [EPROTOTYPE]            = 
LUSTRE_EPROTOTYPE,
2d58de78 Li Wei 2013-07-23 @133         [ENOPROTOOPT]           = 
LUSTRE_ENOPROTOOPT,
2d58de78 Li Wei 2013-07-23 @134         [EPROTONOSUPPORT]       = 
LUSTRE_EPROTONOSUPPORT,
2d58de78 Li Wei 2013-07-23 @135         [ESOCKTNOSUPPORT]       = 
LUSTRE_ESOCKTNOSUPPORT,
2d58de78 Li Wei 2013-07-23 @136         [EOPNOTSUPP]            = 
LUSTRE_EOPNOTSUPP,
2d58de78 Li Wei 2013-07-23 @137         [EPFNOSUPPORT]          = 
LUSTRE_EPFNOSUPPORT,
2d58de78 Li Wei 2013-07-23 @138         [EAFNOSUPPORT]          = 
LUSTRE_EAFNOSUPPORT,
2d58de78 Li Wei 2013-07-23 @139         [EADDRINUSE]            = 
LUSTRE_EADDRINUSE,
2d58de78 Li Wei 2013-07-23 @140         [EADDRNOTAVAIL]         = 
LUSTRE_EADDRNOTAVAIL,
2d58de78 Li Wei 2013-07-23 @141         [ENETDOWN]              = 
LUSTRE_ENETDOWN,
2d58de78 Li Wei 2013-07-23 @142         [ENETUNREACH]           = 
LUSTRE_ENETUNREACH,
2d58de78 Li Wei 2013-07-23 @143         [ENETRESET]             = 
LUSTRE_ENETRESET,
2d58de78 Li Wei 2013-07-23 @144         [ECONNABORTED]          = 
LUSTRE_ECONNABORTED,
2d58de78 Li Wei 2013-07-23 @145         [ECONNRESET]            = 
LUSTRE_ECONNRESET,
2d58de78 Li Wei 2013-07-23 @146         [ENOBUFS]               = 
LUSTRE_ENOBUFS,
2d58de78 Li Wei 2013-07-23 @147         [EISCONN]               = 
LUSTRE_EISCONN,
2d58de78 Li Wei 2013-07-23 @148         [ENOTCONN]              = 
LUSTRE_ENOTCONN,
2d58de78 Li Wei 2013-07-23 @149         [ESHUTDOWN]             = 
LUSTRE_ESHUTDOWN,
2d58de78 Li Wei 2013-07-23 @150         [ETOOMANYREFS]          = 
LUSTRE_ETOOMANYREFS,
2d58de78 Li Wei 2013-07-23 @151         [ETIMEDOUT]             = 
LUSTRE_ETIMEDOUT,
2d58de78 Li Wei 2013-07-23 @152         [ECONNREFUSED]          = 
LUSTRE_ECONNREFUSED,
2d58de78 Li Wei 2013-07-23 @153         [EHOSTDOWN]             = 
LUSTRE_EHOSTDOWN,
2d58de78 Li Wei 2013-07-23 @154         [EHOSTUNREACH]          = 
LUSTRE_EHOSTUNREACH,
2d58de78 Li Wei 2013-07-23 @155         [EALREADY]              = 
LUSTRE_EALREADY,
2d58de78 Li Wei 2013-07-23 @156         [EINPROGRESS]           = 
LUSTRE_EINPROGRESS,
2d58de78 Li Wei 2013-07-23 @157         [ESTALE]                = LUSTRE_ESTALE,
2d58de78 Li Wei 2013-07-23 @158         [EUCLEAN]               = 
LUSTRE_EUCLEAN,
2d58de78 Li Wei 2013-07-23 @159         [ENOTNAM]               = 
LUSTRE_ENOTNAM,
2d58de78 Li Wei 2013-07-23 @160         [ENAVAIL]               = 
LUSTRE_ENAVAIL,
2d58de78 Li Wei 2013-07-23 @161         [EISNAM]                = LUSTRE_EISNAM,
2d58de78 Li Wei 2013-07-23 @162         [EREMOTEIO]             = 
LUSTRE_EREMOTEIO,
2d58de78 Li Wei 2013-07-23 @163         [EDQUOT]                = LUSTRE_EDQUOT,
2d58de78 Li Wei 2013-07-23 @164         [ENOMEDIUM]             = 
LUSTRE_ENOMEDIUM,
2d58de78 Li Wei 2013-07-23 @165         [EMEDIUMTYPE]           = 
LUSTRE_EMEDIUMTYPE,
2d58de78 Li Wei 2013-07-23 @166         [ECANCELED]             = 
LUSTRE_ECANCELED,
2d58de78 Li Wei 2013-07-23 @167         [ENOKEY]                = LUSTRE_ENOKEY,
2d58de78 Li Wei 2013-07-23 @168         [EKEYEXPIRED]           = 
LUSTRE_EKEYEXPIRED,
2d58de78 Li Wei 2013-07-23 @169         [EKEYREVOKED]           = 
LUSTRE_EKEYREVOKED,
2d58de78 Li Wei 2013-07-23 @170         [EKEYREJECTED]          = 
LUSTRE_EKEYREJECTED,
2d58de78 Li Wei 2013-07-23 @171         [EOWNERDEAD]            = 
LUSTRE_EOWNERDEAD,
2d58de78 Li Wei 2013-07-23 @172         [ENOTRECOVERABLE]       = 
LUSTRE_ENOTRECOVERABLE,
2d58de78 Li Wei 2013-07-23 @173         [ERESTARTSYS]           = 
LUSTRE_ERESTARTSYS,
2d58de78 Li Wei 2013-07-23 @174         [ERESTARTNOINTR]        = 
LUSTRE_ERESTARTNOINTR,
2d58de78 Li Wei 2013-07-23 @175         [ERESTARTNOHAND]        = 
LUSTRE_ERESTARTNOHAND,
2d58de78 Li Wei 2013-07-23 @176         [ENOIOCTLCMD]           = 
LUSTRE_ENOIOCTLCMD,
2d58de78 Li Wei 2013-07-23 @177         [ERESTART_RESTARTBLOCK] = 
LUSTRE_ERESTART_RESTARTBLOCK,
2d58de78 Li Wei 2013-07-23 @178         [EBADHANDLE]            = 
LUSTRE_EBADHANDLE,
2d58de78 Li Wei 2013-07-23 @179         [ENOTSYNC]              = 
LUSTRE_ENOTSYNC,
2d58de78 Li Wei 2013-07-23 @180         [EBADCOOKIE]            = 
LUSTRE_EBADCOOKIE,
2d58de78 Li Wei 2013-07-23 @181         [ENOTSUPP]              = 
LUSTRE_ENOTSUPP,
2d58de78 Li Wei 2013-07-23 @182         [ETOOSMALL]             = 
LUSTRE_ETOOSMALL,
2d58de78 Li Wei 2013-07-23 @183         [ESERVERFAULT]          = 
LUSTRE_ESERVERFAULT,
2d58de78 Li Wei 2013-07-23 @184         [EBADTYPE]              = 
LUSTRE_EBADTYPE,
2d58de78 Li Wei 2013-07-23 @185         [EJUKEBOX]              = 
LUSTRE_EJUKEBOX,
2d58de78 Li Wei 2013-07-23 @186         [EIOCBQUEUED]           = 
LUSTRE_EIOCBQUEUED,
2d58de78 Li Wei 2013-07-23  187  };
2d58de78 Li Wei 2013-07-23  188  

:::::: The code at line 44 was first introduced by commit
:::::: 2d58de78b2f6c53688a154b02bae3ada19ed15a9 staging/lustre/ptlrpc: 
Translate between host and network errnos

:::::: TO: Li Wei <wei.g...@intel.com>
:::::: CC: Greg Kroah-Hartman <gre...@linuxfoundation.org>

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

Attachment: .config.gz
Description: application/gzip

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to