j
k
j a
j l
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
Back to the thread
Back to the list