changes to fold xfs_support code back into XFS (the other sgi projects

using this will be / have been fixed).  reduces our footprint on the
base kernel.  NB: xfs_support.o as a distinct module no longer exists.
This commit is contained in:
Nathan Scott
2002-05-21 04:28:30 +00:00
parent c6f1266532
commit ec76242f15
3 changed files with 287 additions and 288 deletions
+3 -3
View File
@@ -49,9 +49,9 @@ To get it going automagically:
30 4 * * * $HOME/qa/auto-qa cron-restarted
Notes:
- if MODULAR=1 in auto-qa XFS and xfs_support are expected to
be modules. if MODULAR=0 they should be built into
the kernel
- if MODULAR=1 in auto-qa the XFS filesystem is expected to
be a module; if MODULAR=0 it should be built into
the kernel.
- the test device is cleaned at the start of the QA run
(to stop nightly QA being stuffed up if someone
leaves the device inconsistant etc)
+1 -2
View File
@@ -452,8 +452,7 @@ do
_log " *** kernel"
ls -l /boot/*$EXTRA* 2>&1
_log " *** kernel modules"
ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/* \
/lib/modules/$SVERSION$EXTRA/kernel/fs/xfs_support/*
ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/*
if [ "$MODULAR" -eq 0 ]
then
+1 -1
View File
@@ -87,7 +87,7 @@ straightdiff 'xfs_cred.h', 'cmd/xfsprogs/include', 'linux/fs/xfs/linux';
straightdiff 'xfs_fs.h', 'cmd/xfsprogs/include', 'linux/include/linux';
straightdiff 'dmapi_kern.h', 'cmd/dmapi/include', 'linux/include/linux';
straightdiff 'dmapi.h', 'cmd/dmapi/include', 'linux/include/linux';
straightdiff 'arch.h', 'cmd/xfsprogs/include', 'linux/include/linux/xfs_support';
straightdiff 'arch.h', 'cmd/xfsprogs/include', 'linux/include/linux/xfs/support';
straightdiff 'xqm.h', 'cmd/xfsprogs/include', 'linux/include/linux';
#