diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-04 21:18:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-04 21:18:33 -0400 |
commit | ab97eb341cb4fdbd69e33bd4a53714db95b5b63e (patch) | |
tree | 8eeb025ffe6d8c2c4a3dd79015e9f479a9ac6895 /fs/squashfs/sqfs_filesystem.h | |
parent | 66217225f7987fbfecdcc4eca3f16d0ec188dc76 (diff) | |
parent | 1fdafebdfc948f87af40980c6c5135afd96ecdf1 (diff) |
Merge branch '2021-08-04-assorted-minor-fixes'
- Assorted fixes
Diffstat (limited to 'fs/squashfs/sqfs_filesystem.h')
-rw-r--r-- | fs/squashfs/sqfs_filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/sqfs_filesystem.h b/fs/squashfs/sqfs_filesystem.h index 856cd15e34..5440b6c0e0 100644 --- a/fs/squashfs/sqfs_filesystem.h +++ b/fs/squashfs/sqfs_filesystem.h @@ -231,7 +231,7 @@ union squashfs_inode { struct squashfs_directory_entry { u16 offset; - u16 inode_offset; + s16 inode_offset; u16 type; u16 name_size; char name[0]; |