[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161205205715.GC31465@mwanda>
Date: Mon, 5 Dec 2016 23:57:15 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: James Simmons <jsimmons@...radead.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org,
Andreas Dilger <andreas.dilger@...el.com>,
Oleg Drokin <oleg.drokin@...el.com>,
wang di <di.wang@...el.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Lustre Development List <lustre-devel@...ts.lustre.org>
Subject: Re: [PATCH 05/22] staging: lustre: lmv: remove nlink check in
lmv_revalidate_slaves
On Fri, Dec 02, 2016 at 07:53:12PM -0500, James Simmons wrote:
> From: wang di <di.wang@...el.com>
>
> Remove nlink < 2 check in lmv_revalidate_slaves, because
> after nlink reaches to LDISKFS_LINK_MAX (65000), the inode
> nlink will be set to 1.
>
I don't understand how this changelog matches the patch...
The changelog says we're removing a check but really this is a NULL
dereference fix, right? We're not really removing a check at all, just
changing it for something else. We do remove a printk, though.
regards,
dan carpenter
Powered by blists - more mailing lists