Questions about the design of inode->i_op #22
Unanswered
MingWangSong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey beegfs developpers:
I had a question about beegfs.
In file
./client_module/source/filesystem/FhgfsOpsInode.c
, when defining the inode manipulation function, I found thatinode->i_op = App_getFileInodeOps(app)
, which made me wonder why we need fileInodeOps in App instead of defining an manipulation function structure directly. Similar tofhgfs_file_native_ops
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions