From: Joe Thornber Date: Wed, 28 Mar 2012 17:41:25 +0000 (+0100) Subject: dm thin metadata: pass correct space map to dm_sm_root_size X-Git-Tag: v3.4-rc1~68^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef838cc1ac34e599c74888274506d76767f3098;p=pandora-kernel.git dm thin metadata: pass correct space map to dm_sm_root_size Fix a harmless typo. The root is a chunk of data that gets written to the superblock. This data is used to recreate the space map when opening a metadata area. We have two space maps; one tracking space on the metadata device and one of the data device. Both of these use the same format for their root, so this typo was harmless. Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed