From: Mark Fasheh Date: Thu, 14 Jul 2011 21:23:06 +0000 (+0000) Subject: btrfs: make btrfs_set_root_node void X-Git-Tag: v3.1-rc1~82^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf5f32ecb6caac52b4d1c083251b3dd4f40a0b7a;p=pandora-kernel.git btrfs: make btrfs_set_root_node void This is fairly trivial - btrfs_set_root_node() - always returns zero so we can just make it void. All callers ignore the return code now anyway. I also made sure to check that none of the functions that btrfs_set_root_node() calls returns an error that we might have needed to catch and pass back. Signed-off-by: Mark Fasheh Signed-off-by: Chris Mason --- Reading git-diff-tree failed