linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rasmus Rohde <rohde@duff.dk>
To: Christoph Hellwig <hch@infradead.org>
Cc: nfs@lists.sourceforge.net, jack@suse.cz, linux-fsdevel@vger.kernel.org
Subject: Re: [NFS] [PATCH] Make UDF exportable
Date: Tue, 05 Feb 2008 20:26:01 +0100	[thread overview]
Message-ID: <1202239561.12188.53.camel@localhost.localdomain> (raw)
In-Reply-To: <1202233464.12188.43.camel@localhost.localdomain>

> +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.


  reply	other threads:[~2008-02-05 19:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1201726404.2976.8.camel@localhost.localdomain>
2008-02-05 10:29 ` [NFS] [PATCH] Make UDF exportable Christoph Hellwig
2008-02-05 17:44   ` Rasmus Rohde
2008-02-05 19:26     ` Rasmus Rohde [this message]
2008-02-06 18:08     ` Jan Kara
2008-02-06 20:58       ` Rasmus Rohde
2008-02-07  3:37         ` Christoph Hellwig
2008-02-07  3:44         ` Neil Brown
2008-02-07  5:45         ` Christoph Hellwig
2008-02-07  7:06           ` Rasmus Rohde
2008-02-07 14:48             ` Jan Kara
     [not found]               ` <20080207144859.GJ6140-pwKtmJkCtMINMLpHRKhSow@public.gmane.org>
2008-02-07 15:02                 ` Rasmus Rohde
2008-02-07 15:13                   ` Jan Kara
2008-04-29 14:33                   ` Christoph Hellwig
2008-04-30 15:41                     ` Jan Kara

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=1202239561.12188.53.camel@localhost.localdomain \
    --to=rohde@duff.dk \
    --cc=hch@infradead.org \
    --cc=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=nfs@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).