Revert "ceph: keep reference to parent inode on ceph_dentry"

This reverts commit 97d79b403e.

This fails to account for d_parent changes due to rename or disconnected
dentries due to submounts or NFS reexports.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil
2011-02-28 09:47:37 -08:00
parent f5412be599
commit 9bde178d05
2 changed files with 1 additions and 5 deletions

View File

@@ -207,7 +207,6 @@ struct ceph_dentry_info {
struct dentry *dentry;
u64 time;
u64 offset;
struct inode *parent_inode;
};
struct ceph_inode_xattrs_info {