<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:26:23 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-16364] lustre w/zfs 2.1.7 build fails with d_u.d_alias conflict</title>
                <link>https://jira.whamcloud.com/browse/LU-16364</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;d_u.d_alias is only needed in llite so move the ifdef to llite_internal.h from lustre_compat.h to avoid the build failure.&lt;/p&gt;

&lt;p&gt;Build failure:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;In file included from include/linux/kernel.h:11,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/libcfs/include/libcfs/libcfs.h:35,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/osd-zfs/osd_handler.c:41:
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h: In function &apos;zpl_d_drop_aliases&apos;:
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/compiler.h:415:19: note: in definition of macro &apos;__compiletime_assert&apos;
   bool __cond = !(condition);    \
                   ^~~~~~~~~
include/linux/compiler.h:438:2: note: in expansion of macro &apos;_compiletime_assert&apos;
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:39:37: note: in expansion of macro &apos;compiletime_assert&apos;
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
include/linux/kernel.h:995:2: note: in expansion of macro &apos;BUILD_BUG_ON_MSG&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
  ^~~~~~~~~~~~~~~~
include/linux/kernel.h:995:20: note: in expansion of macro &apos;__same_type&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
                    ^~~~~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:887:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
  for (pos = hlist_entry_safe((head)-&amp;gt;first, typeof(*(pos)), member);\
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
In file included from ././include/linux/compiler_types.h:58,
                 from &amp;lt;command-line&amp;gt;:
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/compiler-gcc.h:185:24: note: in definition of macro &apos;__compiler_offsetof&apos;
  __builtin_offsetof(a, b)
                        ^
include/linux/kernel.h:998:21: note: in expansion of macro &apos;offsetof&apos;
  ((type *)(__mptr - offsetof(type, member))); })
                     ^~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:887:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
  for (pos = hlist_entry_safe((head)-&amp;gt;first, typeof(*(pos)), member);\
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
In file included from include/linux/module.h:9,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/libcfs/include/libcfs/libcfs.h:36,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/osd-zfs/osd_handler.c:41:
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/list.h:876:12: note: in definition of macro &apos;hlist_entry_safe&apos;
  ({ typeof(ptr) ____ptr = (ptr); \
            ^~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/list.h:876:28: note: in definition of macro &apos;hlist_entry_safe&apos;
  ({ typeof(ptr) ____ptr = (ptr); \
                            ^~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
In file included from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/libcfs/include/libcfs/libcfs.h:35,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/osd-zfs/osd_handler.c:41:
include/linux/kernel.h:994:17: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  void *__mptr = (void *)(ptr);     \
                 ^
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:889:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
       pos = hlist_entry_safe((pos)-&amp;gt;member.next, typeof(*(pos)), member))
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
In file included from include/linux/kernel.h:11,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/libcfs/include/libcfs/libcfs.h:35,
                 from /tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/osd-zfs/osd_handler.c:41:
include/linux/kernel.h:995:32: error: invalid type argument of unary &apos;*&apos; (have &apos;int&apos;)
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
                                ^~~~~~
include/linux/compiler.h:415:19: note: in definition of macro &apos;__compiletime_assert&apos;
   bool __cond = !(condition);    \
                   ^~~~~~~~~
include/linux/compiler.h:438:2: note: in expansion of macro &apos;_compiletime_assert&apos;
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:39:37: note: in expansion of macro &apos;compiletime_assert&apos;
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
include/linux/kernel.h:995:2: note: in expansion of macro &apos;BUILD_BUG_ON_MSG&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
  ^~~~~~~~~~~~~~~~
include/linux/kernel.h:995:20: note: in expansion of macro &apos;__same_type&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
                    ^~~~~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:889:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
       pos = hlist_entry_safe((pos)-&amp;gt;member.next, typeof(*(pos)), member))
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/compiler.h:415:19: note: in definition of macro &apos;__compiletime_assert&apos;
   bool __cond = !(condition);    \
                   ^~~~~~~~~
include/linux/compiler.h:438:2: note: in expansion of macro &apos;_compiletime_assert&apos;
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:39:37: note: in expansion of macro &apos;compiletime_assert&apos;
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
include/linux/kernel.h:995:2: note: in expansion of macro &apos;BUILD_BUG_ON_MSG&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
  ^~~~~~~~~~~~~~~~
include/linux/kernel.h:995:20: note: in expansion of macro &apos;__same_type&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
                    ^~~~~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:889:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
       pos = hlist_entry_safe((pos)-&amp;gt;member.next, typeof(*(pos)), member))
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
include/linux/kernel.h:996:18: error: invalid type argument of unary &apos;*&apos; (have &apos;int&apos;)
     !__same_type(*(ptr), void),   \
                  ^~~~~~
include/linux/compiler.h:415:19: note: in definition of macro &apos;__compiletime_assert&apos;
   bool __cond = !(condition);    \
                   ^~~~~~~~~
include/linux/compiler.h:438:2: note: in expansion of macro &apos;_compiletime_assert&apos;
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:39:37: note: in expansion of macro &apos;compiletime_assert&apos;
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
include/linux/kernel.h:995:2: note: in expansion of macro &apos;BUILD_BUG_ON_MSG&apos;
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)-&amp;gt;member) &amp;amp;&amp;amp; \
  ^~~~~~~~~~~~~~~~
include/linux/kernel.h:996:6: note: in expansion of macro &apos;__same_type&apos;
     !__same_type(*(ptr), void),   \
      ^~~~~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:889:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
       pos = hlist_entry_safe((pos)-&amp;gt;member.next, typeof(*(pos)), member))
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
In file included from ././include/linux/compiler_types.h:58,
                 from &amp;lt;command-line&amp;gt;:
/tmp/rpmbuild-lustre-shaun-tJvI6dNU/BUILD/lustre-2.15.0.3_rc2_cray_410_g1bd998f/lustre/include/lustre_compat.h:79:19: error: &apos;union &amp;lt;anonymous&amp;gt;&apos; has no member named &apos;d_u&apos;; did you mean &apos;d_rcu&apos;?
 #define d_alias   d_u.d_alias
                   ^~~
include/linux/compiler-gcc.h:185:24: note: in definition of macro &apos;__compiler_offsetof&apos;
  __builtin_offsetof(a, b)
                        ^
include/linux/kernel.h:998:21: note: in expansion of macro &apos;offsetof&apos;
  ((type *)(__mptr - offsetof(type, member))); })
                     ^~~~~~~~
include/linux/list.h:866:40: note: in expansion of macro &apos;container_of&apos;
 #define hlist_entry(ptr, type, member) container_of(ptr,type,member)
                                        ^~~~~~~~~~~~
include/linux/list.h:877:15: note: in expansion of macro &apos;hlist_entry&apos;
     ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
               ^~~~~~~~~~~
include/linux/list.h:889:13: note: in expansion of macro &apos;hlist_entry_safe&apos;
       pos = hlist_entry_safe((pos)-&amp;gt;member.next, typeof(*(pos)), member))
             ^~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:2: note: in expansion of macro &apos;hlist_for_each_entry&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
  ^~~~~~~~~~~~~~~~~~~~
/usr/src/zfs-2.1.7/include/linux/dcache_compat.h:74:53: note: in expansion of macro &apos;d_alias&apos;
  hlist_for_each_entry(dentry, &amp;amp;inode-&amp;gt;i_dentry, d_u.d_alias) {
                                                     ^~~~~~~
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="73477">LU-16364</key>
            <summary>lustre w/zfs 2.1.7 build fails with d_u.d_alias conflict</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="stancheff">Shaun Tancheff</assignee>
                                    <reporter username="stancheff">Shaun Tancheff</reporter>
                        <labels>
                    </labels>
                <created>Fri, 2 Dec 2022 18:49:17 +0000</created>
                <updated>Tue, 13 Dec 2022 16:30:57 +0000</updated>
                            <resolved>Tue, 13 Dec 2022 16:30:57 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="354966" author="gerrit" created="Fri, 2 Dec 2022 19:40:49 +0000"  >&lt;p&gt;&quot;Shaun Tancheff &amp;lt;shaun.tancheff@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49308&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49308&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16364&quot; title=&quot;lustre w/zfs 2.1.7 build fails with d_u.d_alias conflict&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16364&quot;&gt;&lt;del&gt;LU-16364&lt;/del&gt;&lt;/a&gt; llite: Move d_u.d_alias compat define&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1a09a87f9fc4e3f7ec87e84506b3659100eef109&lt;/p&gt;</comment>
                            <comment id="356215" author="gerrit" created="Tue, 13 Dec 2022 16:10:55 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49308/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49308/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16364&quot; title=&quot;lustre w/zfs 2.1.7 build fails with d_u.d_alias conflict&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16364&quot;&gt;&lt;del&gt;LU-16364&lt;/del&gt;&lt;/a&gt; llite: Move d_u.d_alias compat define&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dbedb9a5f0bdd0012e8e15379b807d313060b65a&lt;/p&gt;</comment>
                            <comment id="356235" author="pjones" created="Tue, 13 Dec 2022 16:30:57 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0371b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>