commit | e2761a1167633ed943fea29002f990194923d060 | [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:16 2008 -0400 |
tree | e91816e85c7721fcff72e5f84336b1dde9d1ac17 | |
parent | 871c0067d53ba2dc35897c7da1da675bf4c70511 [diff] |
[PATCH vfs-2.6 2/6] vfs: add d_ancestor() This adds d_ancestor() instead of d_isparent(), then use it. If new_dentry == old_dentry, is_subdir() returns 1, looks strange. "new_dentry == old_dentry" is not subdir obviously. But I'm not checking callers for now, so this keeps current behavior. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>