From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936AbdKVRag (ORCPT ); Wed, 22 Nov 2017 12:30:36 -0500 Received: from mail-lf0-f44.google.com ([209.85.215.44]:32785 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbdKVRaf (ORCPT ); Wed, 22 Nov 2017 12:30:35 -0500 X-Google-Smtp-Source: AGs4zMYCDC8KM2QxTPnhKx83n1AfIifTrEgjzWTbz9du6lDzgIottlrHuA/Q0uaBdJXgKQvdjbz1Zw== Date: Wed, 22 Nov 2017 20:30:31 +0300 From: Cyrill Gorcunov To: Alexey Dobriyan Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] proc: delete children_seq_release() Message-ID: <20171122173031.GB2035@uranus.lan> References: <20171122171510.GA12161@avx2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171122171510.GA12161@avx2> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2017 at 08:15:10PM +0300, Alexey Dobriyan wrote: > It is 1:1 wrapper around seq_release(). > > Signed-off-by: Alexey Dobriyan Acked-by: Cyrill Gorcunov Thank you!