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

From: OGAWA Hirofumi
Date: Wed Oct 15 2008 - 17:31:33 EST


Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> writes:

>> 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;
>
> That would be fine by me.

Thanks. I'll replace those.
--
OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/