From: Miao Xie Date: Thu, 6 Nov 2014 08:14:21 +0000 (+0800) Subject: Btrfs, raid56: use a variant to record the operation type X-Git-Tag: omap-for-v3.20/drop-legacy-3517~108^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b94b5567e9c70ad3b24bd5e576a422246875c2a;p=pandora-kernel.git Btrfs, raid56: use a variant to record the operation type We will introduce new operation type later, if we still use integer variant as bool variant to record the operation type, we would add new variant and increase the size of raid bio structure. It is not good, by this patch, we define different number for different operation, and we can just use a variant to record the operation type. Signed-off-by: Miao Xie --- Reading git-diff-tree failed