From: Christoph Hellwig Date: Thu, 11 Sep 2014 00:36:29 +0000 (-0700) Subject: pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_node X-Git-Tag: fixes-for-v3.18-merge-window~10^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd41b4748b3b6c1220f926427bf63bef456034a5;p=pandora-kernel.git pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_node The kbuild test robot complained about a new sparse warning in objio_alloc_deviceid_node, but it turns out that this was just a moved reference to an existing variable. Fix it to have the right big endian annotated type. Note that there are some other endianess issues in this file that I didn't bother to sort out as they involve global headers. Reported-by: kbuild test robot Signed-off-by: Christoph Hellwig Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed