Hello,

Many thanks for a very good and solid piece of software in the Linux
kernel. It has been very useful to me for several years now.

I am not subscribed to the list, so if I could be CC'd on eventual
replies I would be grateful.


I have a question regarding some of the parts of the overall
filesystem structure in the 2.4 kernel. (Kernel 2.4.[34].)
In the file fs/super.c the structure `sb' is used, that is the
superblock. As a part of that structure (reference include/linux/fs.h)
is `struct list_head s_locked_inodes;'.

The thing I can not understand at the moment is the `struct list_head'
(reference include/linux/list.h) which looks very odd. How can I find
which inodes are in the `s_locked_inodes' list?? All I want to do is
to loop through the list and see each open inode in turn, is there any
documentation for this, or is there any helpful soul out there that
could give me any pointers?

Many thanks in advance,

-- 
        Anders Karlsson
e-mail: [EMAIL PROTECTED]

   *** PGP Encrypted E-Mail Is Prefered - PGP Key On Request ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to