All of lore.kernel.org
 help / color / mirror / Atom feed
From: phcoder <phcoder@gmail.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Bugfix: directories: not reported as such on case-insensitive fs
Date: Fri, 13 Mar 2009 21:42:50 +0100	[thread overview]
Message-ID: <49BAC54A.2060205@gmail.com> (raw)
In-Reply-To: <20090313193241.GF17068@thorin>

Robert Millan wrote:
> On Mon, Feb 09, 2009 at 05:16:52PM +0100, phcoder wrote:
>> -      if (filetype == GRUB_FSHELP_DIR)
>> +      if ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR)
> 
> Uhm actually I don't understand why you need a mask for this.  filetype is
> an enum, which we define ourselves.  What's the root of the problem?
> 
The usage of
#define GRUB_FSHELP_CASE_INSENSITIVE    0x100
as a flag on filetype

-- 

Regards
Vladimir 'phcoder' Serbinenko



      reply	other threads:[~2009-03-13 20:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 16:16 Bugfix: directories: not reported as such on case-insensitive fs phcoder
2009-03-13 19:31 ` Robert Millan
2009-03-13 19:32 ` Robert Millan
2009-03-13 20:42   ` phcoder [this message]

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=49BAC54A.2060205@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /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 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.