feat(fs): implement FileSystem::info() for FAT and ext4 to unblock statfs(2)#1853
feat(fs): implement FileSystem::info() for FAT and ext4 to unblock statfs(2)#1853Deepak8858 wants to merge 1 commit intoDragonOS-Community:masterfrom
Conversation
|
Hello, please add test cases and complete the relevant testing. All pull requests will only be merged after contributors have self-tested them. |
|
@claude review these changes |
|
Claude finished @fslongjin's task in 5m 23s —— View job Claude's AnalysisI'll review the changes in PR #1853 and provide feedback. Here's my plan:
Review of PR #1853:
|
Fixes #1842
Implemented
FileSystem::info()for both FAT and ext4 filesystems to populate theFsInfostruct. This resolves the kernel panics encountered whenstatfs(2)orfstatfs(2)is called on these mounts, enabling proper metadata querying.