Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs
authorDan Carpenter <error27@gmail.com>
Sat, 29 May 2010 09:44:10 +0000 (09:44 +0000)
committerChris Mason <chris.mason@oracle.com>
Fri, 11 Jun 2010 19:57:36 +0000 (15:57 -0400)
btrfs_read_fs_root_no_name() returns ERR_PTRs on error so I added a
check for that.  It's not clear to me if it can also return NULL
pointers or not so I left the original NULL pointer check as is.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found