From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932837AbdBVPmA (ORCPT ); Wed, 22 Feb 2017 10:42:00 -0500 Received: from mx2.suse.de ([195.135.220.15]:54841 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932462AbdBVPly (ORCPT ); Wed, 22 Feb 2017 10:41:54 -0500 Date: Wed, 22 Feb 2017 07:41:38 -0800 From: Davidlohr Bueso To: Elena Reshetova Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, gregkh@linuxfoundation.org, akpm@linux-foundation.org, ebiederm@xmission.com, mingo@redhat.com, adobriyan@gmail.com, serge@hallyn.com, arozansk@redhat.com Subject: Re: [PATCH 0/3] ipc subsystem refcounter conversions Message-ID: <20170222154138.GA5126@linux-80c1.suse> References: <1487590189-18151-1-git-send-email-elena.reshetova@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1487590189-18151-1-git-send-email-elena.reshetova@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Feb 2017, Elena Reshetova wrote: > include/linux/ipc_namespace.h | 5 +++-- > ipc/msgutil.c | 2 +- > ipc/namespace.c | 4 ++-- > ipc/sem.c | 8 ++++---- > ipc/util.c | 6 +++--- > ipc/util.h | 3 ++- > 6 files changed, 15 insertions(+), 13 deletions(-) The SoB list is a bit weird... otherwise, the conversion obviously makes sense: Acked-by: Davidlohr Bueso