Re: [PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Ben Hutchings
On Sun, 2018-10-14 at 10:24 -0700, Joe Perches wrote: > On Sun, 2018-10-14 at 16:25 +0100, Ben Hutchings wrote: > > 3.16.60-rc1 review patch. If anyone has any objections, please let me know. > > I believe that no stable or backport kernel needs to > apply patches like this unless it's needed

Re: [PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Ben Hutchings
On Sun, 2018-10-14 at 10:24 -0700, Joe Perches wrote: > On Sun, 2018-10-14 at 16:25 +0100, Ben Hutchings wrote: > > 3.16.60-rc1 review patch. If anyone has any objections, please let me know. > > I believe that no stable or backport kernel needs to > apply patches like this unless it's needed

Re: [PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Joe Perches
On Sun, 2018-10-14 at 16:25 +0100, Ben Hutchings wrote: > 3.16.60-rc1 review patch. If anyone has any objections, please let me know. I believe that no stable or backport kernel needs to apply patches like this unless it's needed for other real patches to be applied more easily. >

Re: [PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Joe Perches
On Sun, 2018-10-14 at 16:25 +0100, Ben Hutchings wrote: > 3.16.60-rc1 review patch. If anyone has any objections, please let me know. I believe that no stable or backport kernel needs to apply patches like this unless it's needed for other real patches to be applied more easily. >

[PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Ben Hutchings
3.16.60-rc1 review patch. If anyone has any objections, please let me know. -- From: Markus Elfring commit 16a8ef2751801346f1f76a18685b2beb63cd170f upstream. The iput() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is

[PATCH 3.16 232/366] tracing: Deletion of an unnecessary check before iput()

2018-10-14 Thread Ben Hutchings
3.16.60-rc1 review patch. If anyone has any objections, please let me know. -- From: Markus Elfring commit 16a8ef2751801346f1f76a18685b2beb63cd170f upstream. The iput() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is