From: Joe Thornber Date: Wed, 28 Mar 2012 17:41:25 +0000 (+0100) Subject: dm persistent data: remove redundant value_size arg from value_ptr X-Git-Tag: v3.4-rc1~68^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3aefb395e4f321c8b1314c88f1123624adcf743;p=pandora-kernel.git dm persistent data: remove redundant value_size arg from value_ptr Now that the value_size is held within every node of the btrees we can remove this argument from value_ptr(). For the last few months a BUG_ON has been checking this argument is the same as that held in the node. No issues were reported. So this is a safe change. Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed