This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const struct file_operations ext4_dir_operations = { | |
.llseek = ext4_dir_llseek, | |
.read = generic_read_dir, | |
//.. | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment