]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: match wait_for_completion_timeout return type
authorNicholas Mc Guire <hofrat@osadl.org>
Tue, 10 Mar 2015 15:18:15 +0000 (11:18 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Apr 2015 14:30:23 +0000 (17:30 +0300)
commit57e95460f0b360c4d29c0320922b46b55dd2b79f
tree7baff708f8c42e18ef62075baa00514008e50a37
parent3563dbdd99603d4339467ddffafe3851aae2e398
ceph: match wait_for_completion_timeout return type

return type of wait_for_completion_timeout is unsigned long not int. An
appropriately named unsigned long is added and the assignment fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/dir.c