From: Alex Elder Date: Thu, 21 Feb 2013 03:59:33 +0000 (-0600) Subject: rbd: ignore zero-length requests X-Git-Tag: v3.9-rc1~41^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dda41d3d76747414586a4bad5615b550e0986b1;p=pandora-kernel.git rbd: ignore zero-length requests The old request code simply ignored zero-length requests. We should still operate that same way to avoid any changes in behavior. We can implement handling for special zero-length requests separately (see http://tracker.ceph.com/issues/4236). Add some assertions based on this new constraint. This resolves: http://tracker.ceph.com/issues/4237 Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed