Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/184.html
Дата изменения: Thu Mar 23 12:37:48 2000
Дата индексирования: Wed Sep 15 00:50:36 2010
Кодировка:
Question on Umount or sys_umount The HyperNews Linux KHG Discussion Pages

Question: Question on Umount or sys_umount

Forum: The Linux Kernel Hackers' Guide
Keywords: umount sys_umount do_umount
Date: Wed, 31 Dec 1997 14:40:07 GMT
From: teddy <teddy@gti.net>

the program umount.c unmounts devices.
This program calls a function called umount(...)
this function calls the kernel function do_umount
located in super.c in kernel.
=================================
I can not find the function umount!
Where is it?

FYI:  There is a kernel function called sys_umount,
the comments in this section say it is "umount"!

If this is true how does sys_umount get associated with umount?
===============================
email = teddy@gti.net