commit | 360da90029196c9449bc61e5a07ce8404e4cba57 | [log] [tgz] |
---|---|---|
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | Thu Oct 16 07:50:28 2008 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 23 05:13:17 2008 -0400 |
tree | 7bca57f11b2022633f5c49ec9a1bca9d2d4d1b1a | |
parent | e2761a1167633ed943fea29002f990194923d060 [diff] |
[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper This adds __d_instantiate() for users which is already taking dcache_lock, and replace with it. The part of d_add_ci() isn't equivalent. But it should be needed fsnotify_d_instantiate() actually, because the path is to add the inode to negative dentry. fsnotify_d_instantiate() should be called after change from negative to positive. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>