On Wed, Mar 25, 2020 at 02:02:07PM +0000, Al Viro wrote: > > + if (unlikely(error)) > > + return ERR_PTR(error); return error; that is
On Wed, Mar 25, 2020 at 02:02:07PM +0000, Al Viro wrote: > > + if (unlikely(error)) > > + return ERR_PTR(error); return error; that is