Linux Kernel Programming – File Operations or FOPs – struct file_operations
Whenever you do Linux Kernel programming, you must've noticed file operations are defined with respect to certain data-structures. Its quite common you may find these in Linux Device Drivers and…