On Mon, Sep 24, 2012 at 09:42:26PM +0800, Wei Yongjun wrote: > From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > > In case of error, the function btrfs_read_fs_root_no_name() returns > ERR_PTR() and never returns NULL pointer. The NULL test in the return > value check should be replaced with IS_ERR(), and remove useless > NULL test. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > --- > v1 -> v2: remove null test from fs/btrfs/disk-io.c > --- Reviewed-by: David Sterba <dsterba@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
