linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Niels de Vos" <niels@nixpanic.net>
To: "Adrian Bunk" <bunk@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	adobriyan@gmail.com
Subject: Re: [RESEND] [PATCH] linux/fs.h should include linux/path.h
Date: Sun, 27 Jul 2008 18:03:25 +0200	[thread overview]
Message-ID: <1b51b6f80807270903v467b07f3x24c4a8aace97c33@mail.gmail.com> (raw)
In-Reply-To: <20080727155852.GO9301@cs181140183.pp.htv.fi>

On Sun, Jul 27, 2008 at 5:58 PM, Adrian Bunk <bunk@kernel.org> wrote:
> On Sun, Jul 27, 2008 at 02:34:22PM +0200, Niels de Vos wrote:
>> <linux/fs.h> defines 'struct file' which uses 'struct path'. However
>> <linux/path.h> is not being included.
>>
>> Signed-off-by: Niels de Vos <niels.devos@wincor-nixdorf.com>
>>
>> ---
>> diff --git a/include/linux/fs.h b/include/linux/fs.h
>> index d8e2762..a14f1c4 100644
>> --- a/include/linux/fs.h
>> +++ b/include/linux/fs.h
>> @@ -289,6 +289,7 @@ extern int dir_notify_enable;
>>  #include <linux/mutex.h>
>>  #include <linux/capability.h>
>>  #include <linux/semaphore.h>
>> +#include <linux/path.h>
>>...
>
> This #include was recently added a few lines above.

Okay, looks like I've missed that commit.

Thanks, Niels

      reply	other threads:[~2008-07-27 16:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-27 12:34 [RESEND] [PATCH] linux/fs.h should include linux/path.h Niels de Vos
2008-07-27 15:52 ` Alexey Dobriyan
2008-07-27 15:58 ` Adrian Bunk
2008-07-27 16:03   ` Niels de Vos [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=1b51b6f80807270903v467b07f3x24c4a8aace97c33@mail.gmail.com \
    --to=niels@nixpanic.net \
    --cc=adobriyan@gmail.com \
    --cc=bunk@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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 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).