]> git.neil.brown.name Git - LaFS.git/commit
lafs_get_block: be consistent in interpreting return value.
authorNeilBrown <neilb@suse.de>
Sun, 17 Oct 2010 22:52:40 +0000 (09:52 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 18 Oct 2010 01:26:45 +0000 (12:26 +1100)
commit15b8a4a7c34119e54799975d798688aad08b95a4
tree3bcacccae52c3dab5b3a47c91544fe007efc1200
parentbd83396c88258526ce5a99fb7f41a233ef68e45f
lafs_get_block: be consistent in interpreting return value.

This returns NULL on failure, not an ERR_PTR, so check for that
as, not for IS_ERR

Signed-off-by: NeilBrown <neilb@suse.de>
dir.c
inode.c