> +static struct dentry *udf_fh_to_parent(struct super_block *sb, > + struct fid *fid, int fh_len, int fh_type) > +{ > + if (fh_len != 5 || fh_type != FILEID_UDF_WITHOUT_PARENT) ^^^^^^^ Argh - this should have been WITH so the line reads: if (fh_len != 5 || fh_type != FILEID_UDF_WITH_PARENT) I'll just hold back a little reposting a new patch if other comments should happen to show up. - 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