All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jambor <jamborm@gmail.com>
To: Harsha Srinath <harsha@usc.edu>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: changes in fs.h and fsfilter.h
Date: Sat, 7 May 2005 20:59:03 +0200	[thread overview]
Message-ID: <8e70aacf050507115938479fb7@mail.gmail.com> (raw)
In-Reply-To: <427AC027.2070605@usc.edu>

Hi,

On 5/6/05, Harsha Srinath <harsha@usc.edu> wrote:
> 1. In the the 2.4 ../include/linux/fs.h file, there is a union in the
> VFS inode struct like :-
> struct inode {
>          struct list_head        i_hash;
>          struct list_head        i_list;
>          struct list_head        i_dentry;
>          ........
>          union {
>                  struct minix_inode_info         minix_i;
>                  struct ext2_inode_info          ext2_i;
>                  struct ext3_inode_info          ext3_i;
>          .......
>                     }u;
> 
> Can anyone tell me where this union info is present in 2.6.10 ? I

I know nothing about 2.4 but the way you get an inode_info from an
inode in ext2 (and similarly in minix and I suspect in ext3 too) in
2.6 is by calling EXT2_I inline function defined in fs/ext2.h.

HTH

Martin Jambor

      parent reply	other threads:[~2005-05-07 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-06  0:53 changes in fs.h and fsfilter.h Harsha Srinath
2005-05-06 17:54 ` changes in fs.h Bryan Henderson
2005-05-07 18:59 ` Martin Jambor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e70aacf050507115938479fb7@mail.gmail.com \
    --to=jamborm@gmail.com \
    --cc=harsha@usc.edu \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.