All of lore.kernel.org
 help / color / mirror / Atom feed
From: UZAIR LAKHANI <uzairr_bs1b@yahoo.com>
To: linux-fsdevel@vger.kernel.org
Subject: Regarding Wrapfs Code - function wrapfs_interpose
Date: Fri, 7 Apr 2006 21:51:46 -0700 (PDT)	[thread overview]
Message-ID: <20060408045146.59678.qmail@web37907.mail.mud.yahoo.com> (raw)

Hello All,

I want to find out the purpose of a part of Wrapfs
code.

The function name is wrapfs_interpose

The code is

/* check that the lower file system didn't cross a
mount point */
	if (lower_inode->i_sb != SUPERBLOCK_TO_LOWER(sb)) {
		err = -EXDEV;
		goto out;
	}

I want to find out what is the purpose of the above
check.

Thanks,

Uzair Lakhnai
Karachi, Pakistan


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

             reply	other threads:[~2006-04-08  4:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-08  4:51 UZAIR LAKHANI [this message]
2006-04-08 13:10 ` Regarding Wrapfs Code - function wrapfs_interpose Avishay Traeger
2006-04-08 19:00   ` Erez Zadok

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=20060408045146.59678.qmail@web37907.mail.mud.yahoo.com \
    --to=uzairr_bs1b@yahoo.com \
    --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.