mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: move GPL boilerplates to fix lsqa.pl
It turns out lsqa.pl nees the test number and description first in the file, so move the GPL boilerplates below it. Also remove acouple of cases where we have one full copyright line + gpl boilerplate before the description and another copyright line after the description. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
committed by
Christoph Hellwig
parent
dc69a89f91
commit
f381f98206
@@ -1,4 +1,16 @@
|
||||
#! /bin/sh
|
||||
# FS QA Test No. 073
|
||||
#
|
||||
# Test xfs_copy
|
||||
#
|
||||
# HACK WARNING:
|
||||
#
|
||||
# Due to the severe brokenness of mount's handling of loopback devices, we
|
||||
# hardcode the loop devices we use for this test. This enables us to clean up
|
||||
# the pieces when we remount the loop device because mount loses all trace of
|
||||
# the fact this is a loop device. Hence to enable us to unmount the hosting
|
||||
# filesystem, we need to manually tear down the relevant loop device. If
|
||||
# mount ever gets fixed then this hack can be removed.
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Copyright (c) 2000-2003,2008 Silicon Graphics, Inc. All Rights Reserved.
|
||||
@@ -18,19 +30,6 @@
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# FS QA Test No. 073
|
||||
#
|
||||
# Test xfs_copy
|
||||
#
|
||||
# HACK WARNING:
|
||||
#
|
||||
# Due to the severe brokenness of mount's handling of loopback devices, we
|
||||
# hardcode the loop devices we use for this test. This enables us to clean up
|
||||
# the pieces when we remount the loop device because mount loses all trace of
|
||||
# the fact this is a loop device. Hence to enable us to unmount the hosting
|
||||
# filesystem, we need to manually tear down the relevant loop device. If
|
||||
# mount ever gets fixed then this hack can be removed.
|
||||
#
|
||||
# creator
|
||||
owner=nathans@sgi.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user