From: Oleg Drokin Date: Sun, 31 May 2015 06:47:22 +0000 (-0400) Subject: staging/lustre/ldlm: Fix up LDLM_POOL_SYSFS_WRITER*_STORE define X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~383 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1185aaf55c20a1dfea8b7362e954da55e0e84fa7;p=pandora-kernel.git staging/lustre/ldlm: Fix up LDLM_POOL_SYSFS_WRITER*_STORE define The store method defined by LDLM_POOL_SYSFS_WRITER_STORE and LDLM_POOL_SYSFS_WRITER_NOLOCK_STORE defines should use size_t count, not unsigned long. This produced a warning on i386 (and other 32bit architectures too, I guess) where unsigned long is not 32 bit. Reported by kbuild test bot. Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed