diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-31 17:24:54 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-31 17:24:54 +0200 |
commit | ecb1b93d53864646550ccecf7fc5ecf37391b6ae (patch) | |
tree | 22b741285ffc867ad2842be1a29a4c5522a546ca /Kernel/Syscall.h | |
parent | 6b5fbad2503be27bcc52de1ecdfa6c8e8d7a3eb9 (diff) | |
download | serenity-ecb1b93d53864646550ccecf7fc5ecf37391b6ae.zip |
Ext2FS: Fix fetching of the major/minor device numbers for st_rdev.
This is how it seems to work:
- If ext2_inode.i_blocks[0] is non-zero, it contains the major/minor.
- Otherwise, it's in ext2_inode.i_blocks[1].
Diffstat (limited to 'Kernel/Syscall.h')
0 files changed, 0 insertions, 0 deletions