#!/bin/sh ################################################################################ # # Copyright (C) 2022 Huawei Device Co., Ltd. # SPDX-License-Identifier: GPL-2.0 # # Legacy blkg rwstat helpers enabled by CONFIG_BLK_CGROUP_RWSTAT. # Do not use in new code. # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ # File: enhancedf2fs_t_uninit.sh # # Description: enhancedf2fs_t testsuite uninit script # # Authors: Li Zhanming - lizhanming3@h-partners.com # # History: April 8 2022 - init scripts # ################################################################################ delete_catalogue() { rm /mnt/f2fs_mount/* rmdir /mnt/f2fs_mount } echo "***************************enhanced UNINIT START**************************" delete_catalogue echo "***************************enhanced UNINIT END****************************"