From: Yan, Zheng Date: Tue, 13 Jan 2015 07:20:52 +0000 (+0800) Subject: ceph: fix request time stamp encoding X-Git-Tag: fixes-v4.0-rc1~51^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f041a89b4f22cf2e701514f4b8f73a8b1e06a3e;p=pandora-kernel.git ceph: fix request time stamp encoding struct timespec uses 'long' to present second and nanosecond. 'long' is 64 bits on 64bits machine. ceph MDS expects time stamp to be encoded as struct ceph_timespec, which uses 'u32' to present second and nanosecond. Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed