pagebuf is no longer a separate module.
authorNathan Scott <nathans@sgi.com>
Mon, 14 Jan 2002 02:14:31 +0000 (02:14 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 14 Jan 2002 02:14:31 +0000 (02:14 +0000)
tools/README.auto-qa
tools/auto-qa

index 4a3e4531ada04b55b110834991775058739622cf..2e237100c5834d940331e8fa4e62c742820bff40 100644 (file)
@@ -47,7 +47,7 @@ To get it going automagically:
                30 4 * * *      $HOME/qa/auto-qa cron-restarted
 
 Notes:
                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
                 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
                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
        - 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
index b49d157717b46da8b878b3b75156bd67aa49b0d2..2db90e1cdc5d6097918545bc0e67a8614e23a70c 100755 (executable)
@@ -451,8 +451,7 @@ do
             _log "            *** kernel"
             ls -l /boot/*$EXTRA*  2>&1
             _log "            *** kernel modules"
             _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 ]
                   /lib/modules/$SVERSION$EXTRA/kernel/fs/xfs_support/* 
             
             if [ $MODULAR -eq 0 ]
@@ -475,7 +474,7 @@ do
             
             _log "            *** removing modules"
             
             
             _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
             do
                 _sudo rmmod $m 2> /dev/null
             done