From: Alex Elder Date: Tue, 14 Feb 2012 20:05:33 +0000 (-0600) Subject: libceph: move prepare_write_banner() X-Git-Tag: v3.4-rc1~76^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963be4d7709f84d865f76d12d5b0ec7edad1c498;p=pandora-kernel.git libceph: move prepare_write_banner() One of the arguments to prepare_write_connect() indicates whether it is being called immediately after a call to prepare_write_banner(). Move the prepare_write_banner() call inside prepare_write_connect(), and reinterpret (and rename) the "after_banner" argument so it indicates that prepare_write_connect() should *make* the call rather than should know it has already been made. This was split out from the next patch to highlight this change in logic. Signed-off-by: Alex Elder Signed-off-by: Sage Weil --- Reading git-diff-tree failed