[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100930021520.GA21198@infradead.org>
Date: Wed, 29 Sep 2010 22:15:20 -0400
From: Christoph Hellwig <hch@...radead.org>
To: Dave Chinner <david@...morbit.com>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 17/17] fs: Clean up inode reference counting
Besides moving this much earlier in the series as mentioned before
the most important thing is giving the helpers a different name as
the iget name is already used for a different purpose, even if
got rid of the original iget and only have iget_locked. I think
iref/iref_locked would be good enough names for the helpers.
One other things is that a lot of the current igrab users could
use this helper instead - there's very few places where we look at
inodes that don't already have a permanent reference when we try
to acquire another one.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists