mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 15:42:24 +02:00
use mnt_node instead of mnt_list
This commit is contained in:
@@ -1971,8 +1971,9 @@ class mnt_namespace(objects.StructType):
|
||||
self._context, self
|
||||
)
|
||||
for node in self.mounts.get_nodes():
|
||||
# See kernel's node_to_mount()
|
||||
mnt = linux.LinuxUtilities.container_of(
|
||||
node, "mount", "mnt_list", vmlinux
|
||||
node, "mount", "mnt_node", vmlinux
|
||||
)
|
||||
yield mnt
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user