From: Alex Elder Date: Thu, 2 Aug 2012 16:29:44 +0000 (-0500) Subject: rbd: make snap_names_len a u64 X-Git-Tag: v3.7-rc1~90^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1d3f938527f319d830ef3082c218c77cfd159f;p=pandora-kernel.git rbd: make snap_names_len a u64 The snap_names_len field of an rbd_image_header structure is defined with type size_t. That field is used as both the source and target of 64-bit byte-order swapping operations though, so it's best to define it with type u64 instead. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed