From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 11/45] FS-Cache: Add use of /proc and presentation of statistics [ver #41] Date: Fri, 21 Nov 2008 02:17:21 +0000 Message-ID: <16493.1227233841@redhat.com> References: <20081121001539.GA5889@x200.localdomain> <20081120144139.10667.75519.stgit@warthog.procyon.org.uk> <20081120144236.10667.83390.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org To: Alexey Dobriyan Return-path: In-Reply-To: <20081121001539.GA5889@x200.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfsv4-bounces@linux-nfs.org Errors-To: nfsv4-bounces@linux-nfs.org List-Id: linux-fsdevel.vger.kernel.org Alexey Dobriyan wrote: > This is overly complex for unclear need. Just set_printf() all these lines > and drop iterator business. Use single_open()! Ditto for histo stuff. There is no set_printf() in Linus's tree. Did you mean seq_printf(), or is this something I might find in -mm? David