| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Just let the shell lookup from the user's $PATH since some tools may not
be installed in the absolute path used in the scripts.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 314e51b9 ("mm: kill vma flag VM_RESERVED and mm->reserved_vm counter")
removed the VM_RESERVED vma flag since it lost original meaning.
VM_RESERVED was used on many drivers' mmap function handler to
avoid swap this memory area.
The same semantic can be specified with VM_IO | VM_DONTDUMP flags
but these are already set by remap_pfn_range() so they don't have
to be set in drivers mmap function handlers.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
|
|
|
|
|
|
| |
libfs now has a simple_open handler functions that is a noop.
So, is better to use this instead of a custom implementation.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|