From: Jan Kara <jack@suse.cz>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>
Subject: Re: [PATCH 1/1] FS/UDF: use linux/uaccess.h (2)
Date: Tue, 24 Jun 2014 17:52:56 +0200 [thread overview]
Message-ID: <20140624155256.GG25832@quack.suse.cz> (raw)
In-Reply-To: <1403293990-3123-1-git-send-email-fabf@skynet.be>
On Fri 20-06-14 21:53:10, Fabian Frederick wrote:
> Fix checkpatch warning
> WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
>
> on 3 more files.
Thanks. I've combined this patch with your previous one for the same
issue.
Honza
>
> Cc: Jan Kara <jack@suse.cz>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
> fs/udf/lowlevel.c | 2 +-
> fs/udf/super.c | 2 +-
> fs/udf/symlink.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fs/udf/lowlevel.c b/fs/udf/lowlevel.c
> index 6583fe9..6ad5a45 100644
> --- a/fs/udf/lowlevel.c
> +++ b/fs/udf/lowlevel.c
> @@ -21,7 +21,7 @@
>
> #include <linux/blkdev.h>
> #include <linux/cdrom.h>
> -#include <asm/uaccess.h>
> +#include <linux/uaccess.h>
>
> #include "udf_sb.h"
>
> diff --git a/fs/udf/super.c b/fs/udf/super.c
> index 3286db0..813da94 100644
> --- a/fs/udf/super.c
> +++ b/fs/udf/super.c
> @@ -63,7 +63,7 @@
> #include "udf_i.h"
>
> #include <linux/init.h>
> -#include <asm/uaccess.h>
> +#include <linux/uaccess.h>
>
> #define VDS_POS_PRIMARY_VOL_DESC 0
> #define VDS_POS_UNALLOC_SPACE_DESC 1
> diff --git a/fs/udf/symlink.c b/fs/udf/symlink.c
> index d7c6dbe..6fb7945 100644
> --- a/fs/udf/symlink.c
> +++ b/fs/udf/symlink.c
> @@ -20,7 +20,7 @@
> */
>
> #include "udfdecl.h"
> -#include <asm/uaccess.h>
> +#include <linux/uaccess.h>
> #include <linux/errno.h>
> #include <linux/fs.h>
> #include <linux/time.h>
> --
> 1.8.4.5
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2014-06-24 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 19:53 Fabian Frederick
2014-06-24 15:52 ` Jan Kara [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=20140624155256.GG25832@quack.suse.cz \
--to=jack@suse.cz \
--cc=fabf@skynet.be \
--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
all inboxes | Powered by JetHome®