From: Jan Schmidt Date: Mon, 30 Apr 2012 09:17:25 +0000 (+0200) Subject: Btrfs: remove call to btrfs_header_nritems with no effect X-Git-Tag: v3.5-rc3~18^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5a0565cebf12c2ef854e4ac1961f13a710a950;p=pandora-kernel.git Btrfs: remove call to btrfs_header_nritems with no effect This is a leftover from cleanup patch 559af821. Before the cleanup, btrfs_header_nritems was called inside an if condition. As it has no side effects we need to preserve here, it should simply be dropped. Signed-off-by: Jan Schmidt --- Reading git-diff-tree failed