Searched hist:c26a920373a983b52223eed5a13b97404d8b4158 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_map.c | diff 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 D | file.c | diff 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 D | extent-tree.c | diff 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 D | inode.c | diff 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>
|