diff options
| author | Thomas Bertschinger <[email protected]> | 2024-03-20 21:42:42 -0600 |
|---|---|---|
| committer | Kent Overstreet <[email protected]> | 2024-03-31 20:36:10 -0400 |
| commit | 688d750d10aa9c4fb71c5154521c775f94c887e0 (patch) | |
| tree | 272b3239cc8a28935c68926128337168c7612649 /scripts/gdb/linux/proc.py | |
| parent | 8aad8e1f659fcea1b24072e816e434e4cd12382d (diff) | |
bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()
before:
u64s 18 type inode_v3 0:1879048192:U32_MAX len 0 ver 0: mode=40700
flags= (15300000)
journal_seq=4
bi_size=0
bi_sectors=0
bi_version=0bi_atime=227064388944
...
after:
u64s 18 type inode_v3 0:1879048192:U32_MAX len 0 ver 0: mode=40700
flags= (15300000)
journal_seq=4
bi_size=0
bi_sectors=0
bi_version=0
bi_atime=227064388944
...
Signed-off-by: Thomas Bertschinger <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions