git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcc02d2
)
ceph: fix request time stamp encoding
author
Yan, Zheng
<zyan@redhat.com>
Tue, 13 Jan 2015 07:20:52 +0000
(15:20 +0800)
committer
Ilya Dryomov
<idryomov@gmail.com>
Thu, 19 Feb 2015 10:31:39 +0000
(13:31 +0300)
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 <zyan@redhat.com>
fs/ceph/mds_client.c
patch
|
blob
|
history
diff --cc
fs/ceph/mds_client.c
Simple merge