xfs
[Top] [All Lists]

[Bug 302] New: DMAPI conditional build broken in linux-2.6-xfs tree from

To: xfs-master@xxxxxxxxxxx
Subject: [Bug 302] New: DMAPI conditional build broken in linux-2.6-xfs tree from 20040101
From: bugzilla-daemon@xxxxxxxxxxx
Date: Fri, 2 Jan 2004 05:35:33 -0800
Sender: linux-xfs-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=302

           Summary: DMAPI conditional build broken in linux-2.6-xfs tree
                    from 20040101
           Product: Linux XFS
           Version: Current
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: High
         Component: dmapi
        AssignedTo: xfs-master@xxxxxxxxxxx
        ReportedBy: misiek@xxxxxxxxxxxx


Pasted from #xfs

14:29 < arekm> there is bug in current linux-2.6-xfs tree. DMAPI can be changed 
via Makefile now but there is still one
               unconditional in fs/xfs/xfs_vfsops.c
14:29 < arekm>         p = vfs_bhv_lookup(vfsp, VFS_POSITION_DM);
14:29 < arekm>         mp->m_dm_ops = p ? *(xfs_dmops_t *) vfs_bhv_custom(p) : 
xfs_dmcore_xfs;
14:29 < arekm> so it won't work when someone disables DMAPI...
14:30 < arekm> ie. for modular built there will be unresolved symbol 
xfs_dmcore_xfs

Fix is to ifdef that code.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>
  • [Bug 302] New: DMAPI conditional build broken in linux-2.6-xfs tree from 20040101, bugzilla-daemon <=