We need more pseudo_dir methods than you have defined, so we are extending the 
model slightly. In this process, we discovered this:

/* pseudo files are not serializable (currently). So, this should just return an
 * error. */
reiser4_internal struct dentry *
get_parent_pseudo(struct inode *child)
{
        return ERR_PTR(RETERR(-ENOTSUPP));
}

Please comment on why this returns -ENOTSUPP instead of returning the host 
file/pseudo file which is the parent of the current directory.
-pvh

-- 
Peter van Hardenberg ([EMAIL PROTECTED])
Victoria, BC, Canada

Reply via email to