mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
linux: Rename variable to clarify pointer type and avoid confusion with the 'dentry' class.
This commit is contained in:
@@ -1390,9 +1390,9 @@ class mount(objects.StructType):
|
||||
A dentry pointer
|
||||
"""
|
||||
vfsmnt = self.get_vfsmnt_current()
|
||||
dentry = vfsmnt.mnt_root
|
||||
dentry_pointer = vfsmnt.mnt_root
|
||||
|
||||
return dentry
|
||||
return dentry_pointer
|
||||
|
||||
def get_dentry_parent(self):
|
||||
"""Returns the parent root of the mounted tree
|
||||
|
||||
Reference in New Issue
Block a user