Removes a file system type from the gfs table.
#include <sys/types.h> #include <sys/errno.h>
int gfsdel (gfsno) int gfsno;
gfsno | Specifies the file system number. This value identifies the type of the file system to be deleted. |
The gfsdel kernel service is called to delete a file system type. It is not valid to mount any file system of the given type after that type has been deleted.
The gfsdel kernel service can be called from the process environment only.
The gfsdel kernel service is part of Base Operating System (BOS) Runtime.
Virtual File System Overview, Virtual File System Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.
The gfsadd kernel service.