You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel version had been rebased from v2.6.35 to v3.2.
struct file_operations no longer has a locked ioctl function. Instead use unlocked_ioctl. Funhctions have been renamed, but locking still needs to be implemented.
Kernel version had been rebased from v2.6.35 to v3.2.
struct file_operations no longer has a locked ioctl function. Instead use unlocked_ioctl. Funhctions have been renamed, but locking still needs to be implemented.