-
由 Jens Axboe 提交于
It's safe to call kfree() with a NULL pointer, but it's also pointless. Most of the time we don't have any data to free, and at millions of requests per second, the redundant function call adds noticeable overhead (about 1.3% of the runtime). Signed-off-by: NJens Axboe <axboe@kernel.dk>
5acbbc8e