Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966018AbcJ0OV4 (ORCPT ); Thu, 27 Oct 2016 10:21:56 -0400 Received: from mail-yb0-f196.google.com ([209.85.213.196]:35296 "EHLO mail-yb0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965839AbcJ0OVv (ORCPT ); Thu, 27 Oct 2016 10:21:51 -0400 Date: Thu, 27 Oct 2016 10:21:43 -0400 From: Tejun Heo To: Daniel Vetter Cc: LKML , Intel Graphics Development , Mel Gorman , Michal Hocko , Vlastimil Babka , Andrew Morton , Daniel Vetter Subject: Re: [PATCH] lib/ida: Document locking requirements a bit better v2 Message-ID: <20161027142143.GA7500@htj.duckdns.org> References: <20161027072216.20411-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161027072216.20411-1-daniel.vetter@ffwll.ch> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 22 On Thu, Oct 27, 2016 at 09:22:16AM +0200, Daniel Vetter wrote: > I wanted to wrap a bunch of ida_simple_get calls into their own > locking, until I dug around and read the original commit message. > Stuff like this should imo be added to the kernel doc, let's do that. > > v2: Improve the kerneldoc per Tejun's review. > > Cc: Mel Gorman > Cc: Michal Hocko > Cc: Vlastimil Babka > Cc: Tejun Heo > Cc: Andrew Morton > Signed-off-by: Daniel Vetter Acked-by: Tejun Heo Andrew, can you please route this patch? Thanks. -- tejun