]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: check the return value from set_anon_super
authorChris Mason <chris.mason@oracle.com>
Mon, 13 Jun 2011 15:28:50 +0000 (11:28 -0400)
committerChris Mason <chris.mason@oracle.com>
Mon, 13 Jun 2011 15:28:50 +0000 (11:28 -0400)
commit7e667db009aa34c29d72cf9e6a8fc24416147347
treec5b72fd5837524e60e14d0f3dfd4afc67b53c4da
parent817fd73499df868d6ef1d45425f8f022ca9ffc31
Btrfs: check the return value from set_anon_super

Al Viro noticed we weren't checking for set_anon_super failures.  This
adds the required checks.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/disk-io.c