Commit c98224e
Add footnote on file_operations API changes
The main text's 'struct file_operations' example is intentionally kept
at the v5.4 LTS version to ensure compatibility with the guide's code.
To bridge the gap with modern kernels, a new footnote is introduced. It
summarizes the evolution of the struct up to Linux v6.12, documenting
key additions, removals, and modifications to its members. This
provides crucial context for readers working with newer kernel versions.
Co-authored-by: EricccTaiwan <yphbchou0911@gmail.com>1 parent b9ed1a7 commit c98224e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
959 | 962 | | |
960 | 963 | | |
961 | 964 | | |
| |||
0 commit comments