]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: list_entry can't return NULL
authorEric Sandeen <sandeen@redhat.com>
Thu, 31 Jan 2013 00:54:53 +0000 (00:54 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Wed, 20 Feb 2013 17:59:15 +0000 (12:59 -0500)
commitc67a0e339405ed668641ca635d21d8e322292373
tree9622f1614fe3140ede1a7e2f10aabb756a5d585f
parenta599a3d3f982318dcade70f946672ccdc2e81b3f
btrfs: list_entry can't return NULL

No need to test the result, we can't get a
null pointer from list_entry()

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/disk-io.c