serenity/Kernel/FileSystem/ProcFS
sin-ack 3b03077abb Kernel: Update the ".." inode for directories after a rename
Because the ".." entry in a directory is a separate inode, if a
directory is renamed to a new location, then we should update this entry
the point to the new parent directory as well.

Co-authored-by: Liav A <liavalb@gmail.com>
2022-11-25 17:33:05 +01:00
..
ComponentRegistry.cpp
DirectoryInode.cpp
DirectoryInode.h
FileSystem.cpp
FileSystem.h
GlobalInode.cpp Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
GlobalInode.h Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
Inode.cpp Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
Inode.h Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
LinkInode.cpp
LinkInode.h
ProcessAssociatedInode.cpp
ProcessAssociatedInode.h
ProcessDirectoryInode.cpp
ProcessDirectoryInode.h
ProcessPropertyInode.cpp
ProcessPropertyInode.h
ProcessSubDirectoryInode.cpp
ProcessSubDirectoryInode.h