From: H.J. Lu Date: Tue, 17 Dec 2013 00:12:57 +0000 (-0800) Subject: x86, x32: Use __kernel_long_t for __statfs_word X-Git-Tag: v3.14-rc1~154^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79dbbc60493f357912d5f1da5a23147ba0c01c7a;p=pandora-kernel.git x86, x32: Use __kernel_long_t for __statfs_word x32 statfs system call is the same as x86-64 statfs system call, which uses 64-bit integer for __statfs_word. This patch defines __statfs_word as __kernel_long_t instead of long. Signed-off-by: H.J. Lu Link: http://lkml.kernel.org/r/CAMe9rOrcppHvC5g8U9n7D%2BpxVGdu1G598pge3Erfw7Pr-iEpAQ@mail.gmail.com Cc: Arnd Bergmann Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed