We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4eae5 commit 8f21c4fCopy full SHA for 8f21c4f
README.adoc
@@ -3010,6 +3010,14 @@ Sources:
3010
* link:kernel_module/fops.c[]
3011
* link:rootfs_overlay/fops.sh[]
3012
3013
+Then give this a try:
3014
+
3015
+....
3016
+sh -x /fops.sh
3017
3018
3019
+We have put printks on each fop, so this allows you to see which system calls are being made for each command.
3020
3021
File operations is the main method of userland driver communication.
3022
3023
`struct file_operations` determines what the kernel will do on filesystem system calls of <<pseudo-filesystems>>.
0 commit comments