lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTin6=3rpchVFHi9P=6Cp31uL=vMM0w@mail.gmail.com>
Date:	Sun, 22 May 2011 22:04:34 +0200
From:	Sedat Dilek <sedat.dilek@...glemail.com>
To:	Eduardo Silva <edsiper@...il.com>
Cc:	Alexander Viro <viro@...iv.linux.org.uk>,
	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: add missing prefetch header to inode.c

On Sun, May 22, 2011 at 9:34 PM, Eduardo Silva <edsiper@...il.com> wrote:
> inode.c fails in the compilation process due to the missing
> include of linux/prefetch.h.
>
> Signed-off-by: Eduardo Silva <edsiper@...il.com>
> ---
>  fs/inode.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/fs/inode.c b/fs/inode.c
> index 33c963d..c77081f 100644
> --- a/fs/inode.c
> +++ b/fs/inode.c
> @@ -26,6 +26,7 @@
>  #include <linux/posix_acl.h>
>  #include <linux/ima.h>
>  #include <linux/cred.h>
> +#include <linux/prefetch.h>
>  #include "internal.h"
>
>  /*
> --
> 1.7.4.1
>

Just FYI:
"fs: add missing prefetch.h include" is in Linus tree [1].

- Sedat -

[1] http://git.us.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9ce6e0be0626a5de2aca8b769a4aa57086257156
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ