commit | 4d5a0565cebf12c2ef854e4ac1961f13a710a950 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Mon Apr 30 11:17:25 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Mon Jun 04 14:35:29 2012 +0200 |
tree | fa4c4632b328fa65433345d69dfcb2cce9117f62 | |
parent | 1e20932a23578bb1ec59107843574e259b96193f [diff] |
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 <list.btrfs@jan-o-sch.net>