From: Andy Grover Date: Tue, 26 Nov 2013 20:07:54 +0000 (-0800) Subject: target: Rename core_tpg_{pre,post}_addlun for clarity X-Git-Tag: v3.14-rc1~17^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d344f8a15637e8b57a0d05a6d50182c11de08606;p=pandora-kernel.git target: Rename core_tpg_{pre,post}_addlun for clarity "pre" is really an allocation function. The only time it isn't called is for virtual_lun0, which is statically allocated. Renaming that to "alloc" lets the other function not need to be "post", and just be called core_tpg_add_lun. (nab: fix minor applying fuzz in core_tpg_setup_virtual_lun0) Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed