From a84f26cecbbabec92a36ec63d973798c503a30a1 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 14 Jan 2002 02:14:31 +0000 Subject: [PATCH] pagebuf is no longer a separate module. --- tools/README.auto-qa | 4 ++-- tools/auto-qa | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/README.auto-qa b/tools/README.auto-qa index 4a3e4531..2e237100 100644 --- a/tools/README.auto-qa +++ b/tools/README.auto-qa @@ -47,7 +47,7 @@ To get it going automagically: 30 4 * * * $HOME/qa/auto-qa cron-restarted Notes: - - if MODULAR=1 in auto-qa XFS and pagebuf are expected to + - 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 - the test device is cleaned at the start of the QA run @@ -55,7 +55,7 @@ Notes: leaves the device inconsistant etc) - I'm using a hacked su because PCP sudo won't set the gid properly, and normal linux su won't run - without a tty even if PAM is pissed-off. + without a tty even if PAM is switched off. - The QA is restarted after reboot by a second cron entry to avoid the test being able to get itself into some stupid loop and so that it's always started diff --git a/tools/auto-qa b/tools/auto-qa index b49d1577..2db90e1c 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -451,8 +451,7 @@ do _log " *** kernel" ls -l /boot/*$EXTRA* 2>&1 _log " *** kernel modules" - ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/pagebuf/* \ - /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/* \ + ls -l /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs/* \ /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs_support/* if [ $MODULAR -eq 0 ] @@ -475,7 +474,7 @@ do _log " *** removing modules" - for m in xfsidbg xfs pagebuf kdbm_pg kdbm_vm + for m in xfsidbg xfs kdbm_pg kdbm_vm do _sudo rmmod $m 2> /dev/null done -- 2.30.2