Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jit: use wrapper function proc_create
The book is outdated and only shows the "create_proc_entry" function which was deprecated since 3.10. Obviously this project had to adapt the old code to the newer API's, and used the proc_create_data for creating the /proc/{name} entry. I found out that, as a reader, I would like to see the less "verbose" way to do things, so, if the kernel adds the poc_create function (which is just a wrapper for proc_create_data), I would like to use it instead.
- Loading branch information