Results 1 to 2 of 2
Hello,
I have added new member "i_mymember" to inode on-disk structure in ext3_fs.h file and tried to access this in userspace program, but gives me error that "error: ‘struct ext3_inode’ ...
- 12-16-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 2
Error while accessing inode structure member
Hello,
I have added new member "i_mymember" to inode on-disk structure in ext3_fs.h file and tried to access this in userspace program, but gives me error that "error: ‘struct ext3_inode’ has no member named ‘i_mymember’ "
I have compiled my kernel source code.
why this error is coming ...???
Thanks.
- 12-18-2010 #2Just Joined!
- Join Date
- Jan 2010
- Posts
- 27
We need the real stuff

You should generate DIFF file from what you've done in your tree. Then it will be easier to tell something.


Reply With Quote