summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-01-26 01:36:34 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-27 11:40:56 +0300
commit74e3bb75315ce62a4567f2871276bab32802e8b4 (patch)
treeb5db398f4d1de7a1169551ee02873db4d994da8f /scripts
parentf3147b66a8132a021561d6339a78191471f29dc0 (diff)
downloadlinux-74e3bb75315ce62a4567f2871276bab32802e8b4.tar.xz
staging: lustre: ptlrpc: avoid warning on missing return
The newly added function triggers a harmless warning: drivers/staging/lustre/lustre/ptlrpc/pack_generic.c: In function 'lustre_shrink_msg': drivers/staging/lustre/lustre/ptlrpc/pack_generic.c:472:1: error: control reaches end of non-void function [-Werror=return-type] This probably happens because LASSERTF() contains an 'unlikely()' that sometimes prevents gcc from analysing the control flow correctly. Adding a return statement here seems harmless and lets us keep that unlikely(). Fixes: 96049bd1ecd0 ("staging: lustre: ptlrpc: embed highest XID in each request") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions