login
Header Space

 
 

Re: [PATCH 07/30] IGET: Stop BEFS from using iget() and read_inode()

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: Zach Brown <zab@...>, David Howells <dhowells@...>, <hch@...>, <viro@...>, <akpm@...>, <linux-kernel@...>, <linux-fsdevel@...>
Date: Monday, October 1, 2007 - 2:06 pm

On Mon, Oct 01, 2007 at 10:44:59AM -0700, Linus Torvalds wrote:

befs_lookup, which the above gem is from, returns a dentry *.

And given either

	return (dentry *)inode;

or
	return ERR_PTR(PTR_ERR(inode));

I tend to prefer the latter.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/30] Remove iget() and read_inode(), David Howells, (Mon Oct 1, 9:09 am)
[PATCH 18/30] IGET: Stop ISOFS from using read_inode(), David Howells, (Mon Oct 1, 9:10 am)
Re: [PATCH 07/30] IGET: Stop BEFS from using iget() and read..., Christoph Hellwig, (Mon Oct 1, 2:06 pm)
[PATCH 03/30] IGET: Use iget_failed() in GFS2, David Howells, (Mon Oct 1, 9:09 am)
[PATCH 02/30] IGET: Use iget_failed() in AFS, David Howells, (Mon Oct 1, 9:09 am)
speck-geostationary