Orangefs: large integer implicitly truncated to unsigned type
authorMike Marshall <hubcap@omnibond.com>
Thu, 30 Jul 2015 19:34:04 +0000 (15:34 -0400)
committerMike Marshall <hubcap@omnibond.com>
Sat, 3 Oct 2015 15:40:04 +0000 (11:40 -0400)
commitc36316b74e0d98fdc5492104b5dd8bde697f0f81
tree8df0178082388faa2b33be7ce15e8828cf56bc69
parenteeaa3d448c5d35ad0dc16a981aacd64139c53eee
Orangefs: large integer implicitly truncated to unsigned type

make.cross ARCH=tile doesn't like "inode->i_bytes = PAGE_CACHE_SIZE;",
so cast PAGE_CACHE_SIZE to unsigned short.

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/pvfs2-utils.c