SUNRPC: Address kbuild warning in net/sunrpc/debugfs.c
authorChuck Lever <chuck.lever@oracle.com>
Thu, 11 Jun 2015 17:47:10 +0000 (13:47 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 11 Jun 2015 18:01:06 +0000 (14:01 -0400)
commit5fd23f7e1d74c0fd100ffb0b04dc85727760d9ea
tree8a594c7cb198270c731413c6594eb82fa826b0e1
parent4ed0d83d057c16efeca4210ba8fb2b5029333fb3
SUNRPC: Address kbuild warning in net/sunrpc/debugfs.c

Cross-compile test on ARCH=mn10300:

In file included from include/linux/list.h:8:0,
                 from include/linux/wait.h:6,
                 from include/linux/fs.h:6,
                 from include/linux/debugfs.h:18,
                 from net/sunrpc/debugfs.c:7:
net/sunrpc/debugfs.c: In function 'fault_disconnect_write':
include/linux/kernel.h:723:17: warning: comparison of distinct pointer
types lacks a cast
    (void) (&_min1 == &_min2);  \
                   ^
>> net/sunrpc/debugfs.c:307:8: note: in expansion of macro 'min'
    len = min(len, sizeof(buffer) - 1);

Fixes: ('SUNRPC: Transport fault injection')
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/debugfs.c
This page took 0.025265 seconds and 5 git commands to generate.