Help with ext3 reserved inode
Charlie Brady
charlieb at budge.apana.org.au
Sun Jul 5 09:28:38 CDT 2009
On Sun, 5 Jul 2009, Donato Capitella wrote:
> I thought it would be just as easy as getting the inode with the
> ext3_iget() function, but it doesn't seem to be the case. For example,
> if I try to load the third reserved inode like this :
>
> inode = ext3_iget(sb, 3);
>
> ext3_iget() fails somehow and crashes the process with a NULL pointer
> reference. What am I missing here?
If you want someone to help find where you have gone wrong, it would make
sense for you to post a pointer to your source code.
More information about the Kernel-mentors
mailing list