From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751189AbdA1BEU (ORCPT ); Fri, 27 Jan 2017 20:04:20 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:51442 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbdA1BEL (ORCPT ); Fri, 27 Jan 2017 20:04:11 -0500 From: Douglas Miller To: linux-kernel@vger.kernel.org, Christoph Lameter , Tejun Heo Cc: linux-block@vger.kernel.org, Douglas Miller , Guilherme Piccoli Subject: [PATCH V2 0/1] percpu-refcount: fix reference leak during percpu-atomic transition Date: Fri, 27 Jan 2017 17:32:15 -0600 X-Mailer: git-send-email 1.7.1 X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17012723-0020-0000-0000-00000B33C586 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006509; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000201; SDB=6.00813654; UDB=6.00396948; IPR=6.00591069; BA=6.00005093; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014080; XFM=3.00000011; UTC=2017-01-27 23:32:21 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17012723-0021-0000-0000-0000599917F4 Message-Id: <1485559936-14133-1-git-send-email-dougmill@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-01-27_17:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1701270228 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Removed extraneous parentheses. Did not switch to "bool" as that would necessitate more testing and raises the question whether other platforms might have a different definition for "bool" that would not fix this problem.