[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1b51b6f80807270903v467b07f3x24c4a8aace97c33@mail.gmail.com>
Date: Sun, 27 Jul 2008 18:03:25 +0200
From: "Niels de Vos" <niels@...panic.net>
To: "Adrian Bunk" <bunk@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
adobriyan@...il.com
Subject: Re: [RESEND] [PATCH] linux/fs.h should include linux/path.h
On Sun, Jul 27, 2008 at 5:58 PM, Adrian Bunk <bunk@...nel.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@...cor-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists