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
The current version of vfs_get_iterate in vfs.c grabs the iterate function from file->f_ops. On Ubuntu systems (and maybe others), this should grab iterate_shared instead, as iterate is a null pointer.
The text was updated successfully, but these errors were encountered:
The current version of vfs_get_iterate in vfs.c grabs the iterate function from file->f_ops. On Ubuntu systems (and maybe others), this should grab iterate_shared instead, as iterate is a null pointer.
The text was updated successfully, but these errors were encountered: