All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding Wrapfs Code - function wrapfs_interpose
@ 2006-04-08  4:51 UZAIR LAKHANI
  2006-04-08 13:10 ` Avishay Traeger
  0 siblings, 1 reply; 3+ messages in thread
From: UZAIR LAKHANI @ 2006-04-08  4:51 UTC (permalink / raw)
  To: linux-fsdevel

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 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-08 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08  4:51 Regarding Wrapfs Code - function wrapfs_interpose UZAIR LAKHANI
2006-04-08 13:10 ` Avishay Traeger
2006-04-08 19:00   ` Erez Zadok

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.