Here it is. Note you'll need to run "oldconfig" or "xconfig"
to get the new config option in your .config file. And make
sure you regenerate your dependencies so the xfs_support module
gets loaded.
In response to the two responses I got:
- I agree with Laurie that if we decide to make this
stuff cross-OS, then the right thing to do
would be to put the OS specific code within the module
rather than have multiple versions of the module
ie xfs/support/linux not xfs/linux/support.
- re the exact name of the module, we had a group meeting
here, and couldn't come up with anything better.
"services" =~ "support" and "os_*" doesn't imply what
the module is actually for whereas "xfs_*" at least
gives the xfs connection
I took the path of least resistance.
Modid: 2.4.x-xfs:slinx:78143a
Date: Mon Nov 13 18:57:58 PST 2000
Workarea: snort:/build1/people/dxm/isms/slinx-xfs
Author: dxm
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
linux/fs/Config.in - 1.46
linux/fs/xfs/Makefile - 1.109
linux/fs/xfs/linux/Makefile - 1.29
linux/fs/xfs/linux/qsort.c - 1.3
linux/fs/xfs/linux/xfs_debug.c - 1.13
linux/fs/xfs/linux/xfs_debug.h - 1.3
linux/fs/xfs/linux/xfs_linux.h - 1.37
linux/fs/xfs/linux/xfs_locks.c - 1.23
linux/fs/xfs/linux/xfs_move.c - 1.14
linux/fs/xfs/linux/xfs_move.h - 1.3
linux/fs/xfs/linux/xfs_random.c - 1.49
linux/fs/xfs/linux/xfs_random.h - 1.2
linux/fs/xfs/linux/xfs_sema.h - 1.29
linux/fs/xfs/linux/xfs_uuid.c - 1.23
linux/fs/xfs/linux/xfs_uuid.h - 1.3
linux/fs/xfs/xfs.h - 1.10
linux/fs/xfs/xfs_arch.h - 1.31
linux/fs/xfs/xfs_fsops.c - 1.62
linux/fs/xfs/xfsidbg.c - 1.154
linux/include/linux/xfs_fs.h - 1.18
linux/fs/xfs/linux/xfs_stats.c - 1.1
linux/fs/xfs/linux/xfs_stats.h - 1.1
linux/fs/xfs/support/Makefile - 1.1
linux/fs/xfs/support/arch.h - 1.1
linux/fs/xfs/support/atomic.h - 1.1
linux/fs/xfs/support/debug.c - 1.1
linux/fs/xfs/support/debug.h - 1.1
linux/fs/xfs/support/kmem.c - 1.1
linux/fs/xfs/support/kmem.h - 1.1
linux/fs/xfs/support/ktrace.c - 1.1
linux/fs/xfs/support/ktrace.h - 1.1
linux/fs/xfs/support/move.c - 1.1
linux/fs/xfs/support/move.h - 1.1
linux/fs/xfs/support/mrlock.c - 1.1
linux/fs/xfs/support/mrlock.h - 1.1
linux/fs/xfs/support/mutex.c - 1.1
linux/fs/xfs/support/mutex.h - 1.1
linux/fs/xfs/support/qsort.c - 1.1
linux/fs/xfs/support/qsort.h - 1.1
linux/fs/xfs/support/sema.h - 1.1
linux/fs/xfs/support/spin.h - 1.1
linux/fs/xfs/support/support.c - 1.1
linux/fs/xfs/support/support.h - 1.1
linux/fs/xfs/support/sv.c - 1.1
linux/fs/xfs/support/sv.h - 1.1
linux/fs/xfs/support/time.h - 1.1
linux/fs/xfs/support/types.h - 1.1
linux/fs/xfs/support/uuid.c - 1.1
linux/fs/xfs/support/uuid.h - 1.1
- Split XFS support code into xfs_support module
|