From: Stefan Behrens Date: Mon, 5 Nov 2012 16:03:39 +0000 (+0100) Subject: Btrfs: pass fs_info instead of root X-Git-Tag: v3.8-rc1~71^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1b8cd409f05e1489ec77ff219eff6ed4b801b8;p=pandora-kernel.git Btrfs: pass fs_info instead of root A small number of functions that are used in a device replace procedure when the operation is resumed at mount time are unable to pass the same root pointer that would be used in the regular (ioctl) context. And since the root pointer is not required, only the fs_info is, the root pointer argument is replaced with the fs_info pointer argument. Signed-off-by: Stefan Behrens Signed-off-by: Chris Mason --- Reading git-diff-tree failed