From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH V3] seq_file: Document seq_open_private(), seq_release_private() Date: Thu, 28 Aug 2014 16:29:00 -0700 Message-ID: <53FFBB3C.8010207@infradead.org> References: <1408362005-21504-1-git-send-email-rob.jones@codethink.co.uk> <53F1E879.2050302@redhat.com> <53FC6872.3060800@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel@lists.codethink.co.uk, viro@ZenIV.linux.org.uk, ebiederm@xmission.com, ian.molton@codethink.co.uk To: Rob Jones , Steven Whitehouse , linux-fsdevel@vger.kernel.org Return-path: In-Reply-To: <53FC6872.3060800@codethink.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 08/26/14 03:58, Rob Jones wrote: > Are there any other responses on this please? It seems pretty > uncontentious. Maybe everyone was at LinuxCon last week. > > On 18/08/14 12:50, Steven Whitehouse wrote: >> Hi, >> >> On 18/08/14 12:40, Rob Jones wrote: >>> Despite the fact that these functions have been around for years, they >>> are >>> little used (only 15 uses in 13 files at the preseht time) even though >>> many other files use work-arounds to achieve the same result. >>> >>> By documenting them, hopefully they will become more widely used. >>> >>> Signed-off-by: Rob Jones >> Acked-by: Steven Whitehouse Applied. Thanks. -- ~Randy