xfs-masters
[Top] [All Lists]

[xfs-masters] [Bug 697] New: Unknown symbol xfs_dir_getdents in xfs_dma

To: xfs-master@xxxxxxxxxxx
Subject: [xfs-masters] [Bug 697] New: Unknown symbol xfs_dir_getdents in xfs_dmapi module
From: bugzilla-daemon@xxxxxxxxxxx
Date: Wed, 21 Jun 2006 14:16:37 -0700
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=697

           Summary: Unknown symbol xfs_dir_getdents in xfs_dmapi module
           Product: Linux XFS
           Version: Current
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dmapi
        AssignedTo: xfs-master@xxxxxxxxxxx
        ReportedBy: kjamieson@xxxxxxxxxx


After this recent change:

"Remove version 1 directory code.  Never functioned on Linux, just pure bloat.
Merge of xfs-linux-melb:xfs-kern:26251a by kenmcd."


xfs_dmapi can no longer be loaded as a module:

xfs_dmapi: Unknown symbol xfs_dir_getdents


It looks like xfs_dir_getdents needs to be added to the export list.

--- fs/xfs/linux-2.6/xfs_ksyms.c        15 Jun 2006 03:58:11 -0000      1.48
+++ fs/xfs/linux-2.6/xfs_ksyms.c        21 Jun 2006 21:03:45 -0000
@@ -242,6 +242,7 @@
 EXPORT_SYMBOL(xfs_change_file_space);
 EXPORT_SYMBOL(xfs_chashlist_zone);
 EXPORT_SYMBOL(xfs_dev_is_read_only);
+EXPORT_SYMBOL(xfs_dir_getdents);
 EXPORT_SYMBOL(xfs_dir_ialloc);
 EXPORT_SYMBOL(xfs_error_report);
 #ifdef DEBUG

-- 
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- 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>
  • [xfs-masters] [Bug 697] New: Unknown symbol xfs_dir_getdents in xfs_dmapi module, bugzilla-daemon <=