We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2724bb1 commit 2795136Copy full SHA for 2795136
filesys.c
@@ -2051,6 +2051,9 @@ vfs_init(void)
2051
MEMBER_OFFSET_INIT(dentry_d_covers, "dentry", "d_covers");
2052
MEMBER_OFFSET_INIT(dentry_d_name, "dentry", "d_name");
2053
MEMBER_OFFSET_INIT(dentry_d_iname, "dentry", "d_iname");
2054
+ if (INVALID_MEMBER(dentry_d_iname)) {
2055
+ MEMBER_OFFSET_INIT(dentry_d_iname, "dentry", "d_shortname");
2056
+ }
2057
MEMBER_OFFSET_INIT(dentry_d_sb, "dentry", "d_sb");
2058
MEMBER_OFFSET_INIT(inode_i_mode, "inode", "i_mode");
2059
MEMBER_OFFSET_INIT(inode_i_op, "inode", "i_op");
0 commit comments