btrfs: remove unlikely from NULL checks
authorDavid Sterba <dsterba@suse.cz>
Mon, 29 Sep 2014 17:20:37 +0000 (19:20 +0200)
committerDavid Sterba <dsterba@suse.cz>
Thu, 2 Oct 2014 14:06:19 +0000 (16:06 +0200)
commit5d99a998f375b7bff7ddff0162a6eed4d4ca1318
tree29b629d44ad9001fd7d8d283e4a9c4f6164747d0
parent1d52c78afbbf80b58299e076a159617d6b42fe3c
btrfs: remove unlikely from NULL checks

Unlikely is implicit for NULL checks of pointers.

Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/async-thread.c
fs/btrfs/inode.c