Gregory Nutt
|
9008308b64
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
Gregory Nutt
|
0fb035f76b
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
Gregory Nutt
|
4607a8435f
|
FS: Add the ability to mount a file system on top of en existing node in the psuedo-file system
|
2015-06-11 10:10:25 -06:00 |
Gregory Nutt
|
8055ba4d03
|
Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made.
|
2015-03-14 17:22:02 -06:00 |
Gregory Nutt
|
f932b26db1
|
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
|
2015-03-14 16:48:45 -06:00 |