EXTERN int call_nr; /* system call number */
EXTERN message mount_m_in; /* the input message for a mount request */
-EXTERN endpoint_t mount_fs_e; /* endpoint of file system to mount */
EXTERN char mount_label[LABEL_MAX]; /* label of file system to mount */
EXTERN char user_fullpath[PATH_MAX+1]; /* storage for user path name */
if (!super_user) return(EPERM);
/* Clear endpoint field */
- mount_fs_e = NONE;
-
/* Should the file system be mounted read-only? */
rdonly = (m_in.mount_flags & MS_RDONLY);