diff options
author | Sage Weil <sage@newdream.net> | 2011-02-28 18:47:37 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-03-03 19:09:50 +0100 |
commit | 9bde178d052418af0b8e0f12932cf02ab4764c9d (patch) | |
tree | e70cf12b6687ce93005ca97937e5b79da42e09a1 /fs/ceph/super.h | |
parent | Linux 2.6.38-rc6 (diff) | |
download | linux-9bde178d052418af0b8e0f12932cf02ab4764c9d.tar.xz linux-9bde178d052418af0b8e0f12932cf02ab4764c9d.zip |
Revert "ceph: keep reference to parent inode on ceph_dentry"
This reverts commit 97d79b403ef03f729883246208ef5d8a2ebc4d68.
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>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r-- | fs/ceph/super.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 88fcaa21b801..20b907d76ae2 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -207,7 +207,6 @@ struct ceph_dentry_info { struct dentry *dentry; u64 time; u64 offset; - struct inode *parent_inode; }; struct ceph_inode_xattrs_info { |