Timeline for Linux source, where are sys_umount and sys_mount system calls?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:36 | history | edited | CommunityBot |
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
|
|
| Jul 22, 2011 at 17:59 | comment | added | Emre Yazici | @Michael Actually I used Google Code Search and then verify the existance of files and functions in my system. | |
| Jul 22, 2011 at 16:01 | vote | accept | Michael Trausch | ||
| Jul 22, 2011 at 16:00 | comment | added | Michael Trausch | Awesome! How did you trace them to fs/namespace.c? I guess I was grepping for the wrong thing? | |
| Jul 22, 2011 at 14:06 | comment | added | Emre Yazici | @Gilles You are right, but there is no version info in question. So haven't realized that my information is obsolete. Anyway, I have updated my answer with additional references. | |
| Jul 22, 2011 at 13:56 | history | edited | Emre Yazici | CC BY-SA 3.0 |
Additional references.
|
| Jul 22, 2011 at 13:48 | history | edited | Emre Yazici | CC BY-SA 3.0 |
Additional references.
|
| Jul 22, 2011 at 13:10 | comment | added | Gilles 'SO- stop being evil' |
They were in fs/super.c in a very old version of the kernel. They're in fs/namespace.c now. LXR is the place to search.
|
|
| Jul 22, 2011 at 9:08 | history | answered | Emre Yazici | CC BY-SA 3.0 |