mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -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
@@ -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
@@ -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';
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user