Home
last modified time | relevance | path

Searched hist:c26a920373a983b52223eed5a13b97404d8b4158 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent_map.cdiff c26a920373a983b52223eed5a13b97404d8b4158 Sun Feb 13 18:45:29 CST 2011 Tsutomu Itoh <t-itoh@jp.fujitsu.com> Btrfs: check return value of alloc_extent_map()

I add the check on the return value of alloc_extent_map() to several places.
In addition, alloc_extent_map() returns only the address or NULL.
Therefore, check by IS_ERR() is unnecessary. So, I remove IS_ERR() checking.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dfile.cdiff c26a920373a983b52223eed5a13b97404d8b4158 Sun Feb 13 18:45:29 CST 2011 Tsutomu Itoh <t-itoh@jp.fujitsu.com> Btrfs: check return value of alloc_extent_map()

I add the check on the return value of alloc_extent_map() to several places.
In addition, alloc_extent_map() returns only the address or NULL.
Therefore, check by IS_ERR() is unnecessary. So, I remove IS_ERR() checking.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dextent-tree.cdiff c26a920373a983b52223eed5a13b97404d8b4158 Sun Feb 13 18:45:29 CST 2011 Tsutomu Itoh <t-itoh@jp.fujitsu.com> Btrfs: check return value of alloc_extent_map()

I add the check on the return value of alloc_extent_map() to several places.
In addition, alloc_extent_map() returns only the address or NULL.
Therefore, check by IS_ERR() is unnecessary. So, I remove IS_ERR() checking.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
H A Dinode.cdiff c26a920373a983b52223eed5a13b97404d8b4158 Sun Feb 13 18:45:29 CST 2011 Tsutomu Itoh <t-itoh@jp.fujitsu.com> Btrfs: check return value of alloc_extent_map()

I add the check on the return value of alloc_extent_map() to several places.
In addition, alloc_extent_map() returns only the address or NULL.
Therefore, check by IS_ERR() is unnecessary. So, I remove IS_ERR() checking.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>