Skip to content
Snippets Groups Projects
Select Git revision
  • b1953bdf27c0193251bf56dc7a71f8f84cf8b254
  • master default protected
  • v17.01.1
  • v17.01.0
  • v17.01.0-rc2
  • v17.01.0-rc1
  • reboot
7 results

Config-kernel.in

  • John Crispin's avatar
    b1953bdf
    kernel: enable open by fhandle syscalls · b1953bdf
    John Crispin authored
    
    This is needed by many services to function properly and as
    all modern distributions got it enabled, it starts to be a
    de-facto standard, i.e. user-space starts to silently depend
    on it.
    
    This also pulls in EXPORTFS, however, the kernel binary size
    increases only a little.
    On ARM systems comes down to 800 bytes uncompressed and about
    200 bytes compressed size.
    On MIPS systems it's about 1.2 kB size increase of the LZMA
    compressed kernel.
    
    v2: use menuconfig option instead of just enabling the option
    
    Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
    
    SVN-Revision: 44765
    b1953bdf
    History
    kernel: enable open by fhandle syscalls
    John Crispin authored
    
    This is needed by many services to function properly and as
    all modern distributions got it enabled, it starts to be a
    de-facto standard, i.e. user-space starts to silently depend
    on it.
    
    This also pulls in EXPORTFS, however, the kernel binary size
    increases only a little.
    On ARM systems comes down to 800 bytes uncompressed and about
    200 bytes compressed size.
    On MIPS systems it's about 1.2 kB size increase of the LZMA
    compressed kernel.
    
    v2: use menuconfig option instead of just enabling the option
    
    Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
    
    SVN-Revision: 44765