Page MenuHomeFreeBSD

D47955.diff
No OneTemporary

D47955.diff

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

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)

Event Timeline