Find the answer to your Linux question:
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’ ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    2

    Question 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.

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...