diff options
Diffstat (limited to 'src/mds/journal.cc')
-rw-r--r-- | src/mds/journal.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mds/journal.cc b/src/mds/journal.cc index 1d40b5eab02..201b9ae9011 100644 --- a/src/mds/journal.cc +++ b/src/mds/journal.cc @@ -403,9 +403,6 @@ void EMetaBlob::fullbit::update_inode(MDS *mds, CInode *in) in->force_dirfrags(); } - delete in->default_layout; - in->default_layout = dir_layout; - dir_layout = NULL; /* * we can do this before linking hte inode bc the split_at would * be a no-op.. we have no children (namely open snaprealms) to |