]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: don't null pointer deref on abort
authorJosef Bacik <jbacik@fusionio.com>
Wed, 8 May 2013 17:30:11 +0000 (13:30 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Sat, 18 May 2013 01:40:12 +0000 (21:40 -0400)
commit223a73b0a5db560002b17e36795f887f3d9105df
treebe462401400f8df123ba89296c300d95fb804fc2
parent0a5d37418b90754d30f64c3097519cfbc7097b9c
Btrfs: don't null pointer deref on abort

I'm sorry, theres no excuse for this sort of work.  We need to use
root->leafsize since eb may be NULL.  Thanks,

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