All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard.weinberger@gmail.com>
To: Fabian Frederick <fabf@skynet.be>
Cc: LKML <linux-kernel@vger.kernel.org>,
	reiserfs-devel@vger.kernel.org, Jeff Mahoney <jeffm@suse.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 1/1 linux-next] fs/reiserfs/inode.c: replace 0 by NULL for pointers
Date: Thu, 25 Dec 2014 13:17:58 +0100	[thread overview]
Message-ID: <CAFLxGvyhuQcXpaKZpJQ4B-zNpDOV3L3mZ87iFgeGcZkXZO9Keg@mail.gmail.com> (raw)
In-Reply-To: <1419500596-12760-1-git-send-email-fabf@skynet.be>

On Thu, Dec 25, 2014 at 10:43 AM, Fabian Frederick <fabf@skynet.be> wrote:
> Fix sparse warning:
> fs/reiserfs/inode.c:2769:19: warning: Using plain integer as NULL pointer

I see such fixes often and I always wonder whether this is still an
issue with modern compilers/computers.
Can you point out a problem which will be fixed by your patch?

> Cc: reiserfs-devel@vger.kernel.org
> Cc: Jeff Mahoney <jeffm@suse.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
>  fs/reiserfs/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c
> index a7eec98..e72401e 100644
> --- a/fs/reiserfs/inode.c
> +++ b/fs/reiserfs/inode.c
> @@ -2766,7 +2766,7 @@ static int reiserfs_write_begin(struct file *file,
>         int old_ref = 0;
>
>         inode = mapping->host;
> -       *fsdata = 0;
> +       *fsdata = NULL;
>         if (flags & AOP_FLAG_CONT_EXPAND &&
>             (pos & (inode->i_sb->s_blocksize - 1)) == 0) {
>                 pos ++;
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



-- 
Thanks,
//richard

      reply	other threads:[~2014-12-25 12:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-25  9:43 [PATCH 1/1 linux-next] fs/reiserfs/inode.c: replace 0 by NULL for pointers Fabian Frederick
2014-12-25 12:17 ` Richard Weinberger [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=CAFLxGvyhuQcXpaKZpJQ4B-zNpDOV3L3mZ87iFgeGcZkXZO9Keg@mail.gmail.com \
    --to=richard.weinberger@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=jeffm@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reiserfs-devel@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 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.