Re: [PATCH 3/6] vfs: add __d_instantiate() helper

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: OGAWA Hirofumi
Date: Wednesday, October 15, 2008 - 1:39 pm

Christoph Hellwig <hch@infradead.org> writes:


Me too.

Trond, do you care the following convert? E.g.

in d_materialise_unique():

from
		dentry->d_inode = NULL;
		goto found_lock;
to
		__d_instantiate(dentry, NULL);
		goto found_lock;
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/6] vfs: add __d_instantiate() helper, OGAWA Hirofumi, (Wed Oct 15, 6:58 am)
[PATCH 2/6] vfs: add d_ancestor(), OGAWA Hirofumi, (Wed Oct 15, 6:58 am)
[PATCH 6/6] vfs: add LOOKUP_RENAME_NEW intent, OGAWA Hirofumi, (Wed Oct 15, 6:58 am)
Re: [PATCH 6/6] vfs: add LOOKUP_RENAME_NEW intent, Christoph Hellwig, (Wed Oct 15, 12:37 pm)
Re: [PATCH 3/6] vfs: add __d_instantiate() helper, Christoph Hellwig, (Wed Oct 15, 12:41 pm)
Re: [PATCH 4/6] vfs: remove unnecessary fsnotify_d_instant ..., Christoph Hellwig, (Wed Oct 15, 12:43 pm)
Re: [PATCH 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_ ..., Christoph Hellwig, (Wed Oct 15, 12:44 pm)
Re: [PATCH 2/6] vfs: add d_ancestor(), Christoph Hellwig, (Wed Oct 15, 12:53 pm)
Re: [PATCH 6/6] vfs: add LOOKUP_RENAME_NEW intent, OGAWA Hirofumi, (Wed Oct 15, 1:13 pm)
Re: [PATCH 4/6] vfs: remove unnecessary fsnotify_d_instant ..., Christoph Hellwig, (Wed Oct 15, 1:20 pm)
Re: [PATCH 3/6] vfs: add __d_instantiate() helper, OGAWA Hirofumi, (Wed Oct 15, 1:39 pm)
Re: [PATCH 3/6] vfs: add __d_instantiate() helper, Trond Myklebust, (Wed Oct 15, 1:47 pm)
Re: [PATCH 3/6] vfs: add __d_instantiate() helper, OGAWA Hirofumi, (Wed Oct 15, 2:31 pm)
Re: [PATCH 2/6] vfs: add d_ancestor(), OGAWA Hirofumi, (Wed Oct 15, 2:42 pm)