Thread (71 messages) 71 messages, 7 authors, 2025-09-19

Re: [PATCH v2 04/33] block: use extensible_ioctl_valid()

From: Dan Carpenter <hidden>
Date: 2025-09-16 13:40:16
Also in: cgroups, linux-block, linux-fsdevel, linux-kselftest, linux-nfs, lkml

Yeah, the:

	if (extensible_ioctl_valid(cmd, FS_IOC_GETLBMD_CAP, LBMD_SIZE_VER0))
		return -ENOIOCTLCMD;

test is inverted...  It should be if (!valid) return instead of if (valid)
return;

regards,
dan carpenter
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help