From: Tommi Virtanen Date: Wed, 2 Feb 2011 19:39:32 +0000 (-0800) Subject: libceph: Fix base64-decoding when input ends in newline. X-Git-Tag: v2.6.39-rc1~382^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09734b1f4abd86e046777f0f268215b4ef1b523;p=pandora-kernel.git libceph: Fix base64-decoding when input ends in newline. It used to return -EINVAL because it thought the end was not aligned to 4 bytes. Clean up superfluous src < end test in if, the while itself guarantees that. Signed-off-by: Tommi Virtanen Signed-off-by: Sage Weil --- Reading git-diff-tree failed