From c2c5e3e7e533b1b03ba68723ef8ab7274d07148a Mon Sep 17 00:00:00 2001 From: Goldwyn Rodrigues Date: Tue, 1 Apr 2008 10:36:46 -0400 Subject: check if partition is mounted before mkfs This saves from the blunder of formatting a live mounted filesystem. This can be extended to get the mount flags of the filesystem mounted. Signed-off-by: Goldwyn Rodrigues --- utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index eacfaacc..997d1349 100644 --- a/utils.h +++ b/utils.h @@ -35,4 +35,5 @@ int btrfs_scan_for_fsid(struct btrfs_fs_devices *fs_devices, u64 total_devs, int run_ioctls); int btrfs_register_one_device(char *fname); int btrfs_scan_one_dir(char *dirname, int run_ioctl); +int check_mounted(char *devicename); #endif -- cgit v1.2.3