Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change
-
Removes deprecated method INode#getAbsoluteName()
Description
The deprecated INode.getAbsoluteName() should be removed so that INode.parent could be eliminated later on.
INode.getAbsoluteName() currently is only used in FSImage.writeINodeUnderConstruction(...) . It also introduces unnecessary recursion.