aboutsummaryrefslogtreecommitdiff
path: root/fs/squashfs/sqfs_filesystem.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-04 21:18:33 -0400
committerTom Rini <trini@konsulko.com>2021-08-04 21:18:33 -0400
commitab97eb341cb4fdbd69e33bd4a53714db95b5b63e (patch)
tree8eeb025ffe6d8c2c4a3dd79015e9f479a9ac6895 /fs/squashfs/sqfs_filesystem.h
parent66217225f7987fbfecdcc4eca3f16d0ec188dc76 (diff)
parent1fdafebdfc948f87af40980c6c5135afd96ecdf1 (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.h2
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];