Btrfs: remove call to btrfs_header_nritems with no effect
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Mon, 30 Apr 2012 09:17:25 +0000 (11:17 +0200)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Mon, 4 Jun 2012 12:35:29 +0000 (14:35 +0200)
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 <list.btrfs@jan-o-sch.net>

No differences found