Re: [PATCH] mm: refactor mm_access() to not return NULL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 24, 2024 at 09:10:23PM +0100, Lorenzo Stoakes wrote:
> +	if (IS_ERR(mm))
> +		return PTR_ERR(mm) == -ESRCH ? NULL : mm;

	Pet peeve: what's wrong with mm == ERR_PTR(-ESRCH)?




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux