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 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html