From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Stroetmann Subject: Re: [PATCH 2/4] fs: fold invalidate_list into invalidate_inodes Date: Sun, 24 Oct 2010 23:45:52 +0200 Message-ID: <4CC4A910.1010507@ontolinux.com> References: <20101024174024.GA2718@lst.de> <20101024174033.GB2718@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-fsdevel To: Christoph Hellwig Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:52396 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755692Ab0JXVrg (ORCPT ); Sun, 24 Oct 2010 17:47:36 -0400 In-Reply-To: <20101024174033.GB2718@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Aloha; Just only a typo, maybe On the 24.10.2010 19:40, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > > Index: linux-2.6/fs/inode.c > =================================================================== > --- linux-2.6.orig/fs/inode.c 2010-10-24 16:31:49.000000000 +0200 > +++ linux-2.6/fs/inode.c 2010-10-24 16:32:20.609254420 +0200 > @@ -477,15 +477,24 @@ static void dispose_list(struct list_hea > } > } > > -/* > - * Invalidate all inodes for a device. > +/** > + * invalidate_inodes - attempt to free all inodes on a superblock > + * @sb: superblock to operate on > + * > + * Attempts to free all inodes for a given superblock. If there were any > + * busy inodes return a non-zero value, else zero. maybe: , then return a [...] Have fun Christian Stroetmann