Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106938887
D47955.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
666 B
Referenced Files
None
Subscribers
None
D47955.diff
View Options
diff --git a/sys/fs/ext2fs/inode.h b/sys/fs/ext2fs/inode.h
--- a/sys/fs/ext2fs/inode.h
+++ b/sys/fs/ext2fs/inode.h
@@ -187,11 +187,11 @@
/* This overlays the fid structure (see mount.h). */
struct ufid {
- uint16_t ufid_len; /* Length of structure. */
- uint16_t ufid_pad; /* Force 32-bit alignment. */
- ino_t ufid_ino; /* File number (ino). */
- uint32_t ufid_gen; /* Generation number. */
-} __packed;
+ uint16_t ufid_len; /* Length of structure. */
+ uint16_t ufid_pad; /* Force 32-bit alignment. */
+ uint32_t ufid_gen; /* Generation number. */
+ ino_t ufid_ino; /* File number (ino). */
+};
#endif /* _KERNEL */
#endif /* !_FS_EXT2FS_INODE_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 6:45 PM (1 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15113157
Default Alt Text
D47955.diff (666 B)
Attached To
Mode
D47955: ext2fs: 'struct ufid': Re-order fields and unpack
Attached
Detach File
Event Timeline
Log In to Comment