Re: [PATCH 2/9] relay: require non-NULL callbacks in relay_open()

From: Christoph Hellwig
Date: Tue Nov 24 2020 - 04:37:38 EST


On Mon, Nov 23, 2020 at 07:59:22PM +0200, Jani Nikula wrote:
> There are no clients passing NULL callbacks, which makes sense as it
> wouldn't even create a file. Require non-NULL callbacks, and throw away
> the handling for NULL callbacks.

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>