Skip to content
Commit 1f2190d6 authored by Sven Joachim's avatar Sven Joachim Committed by Linus Torvalds
Browse files

arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS

Commit a2225d93

 ("autofs: remove left-over autofs4 stubs")
promised the removal of the fs/autofs/Kconfig fragment for AUTOFS4_FS
within a couple of releases, but five years later this still has not
happened yet, and AUTOFS4_FS is still enabled in 63 defconfigs.

Get rid of it mechanically:

   git grep -l CONFIG_AUTOFS4_FS -- '*defconfig' |
       xargs sed -i 's/AUTOFS4_FS/AUTOFS_FS/'

Also just remove the AUTOFS4_FS config option stub.  Anybody who hasn't
regenerated their config file in the last five years will need to just
get the new name right when they do.

Signed-off-by: default avatarSven Joachim <svenjoac@gmx.de>
Acked-by: default avatarIan Kent <raven@themaw.net>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 12214540
  • mirror @mirror

    mentioned in commit 1e8ff38d4fd82db31d358bfa682eaecbd3b8d2e6

    ·

    mentioned in commit 1e8ff38d4fd82db31d358bfa682eaecbd3b8d2e6

    Toggle commit list
  • mirror @mirror

    mentioned in commit 0071a469bbd8e4bd3b805f6f4946153bf20e3408

    ·

    mentioned in commit 0071a469bbd8e4bd3b805f6f4946153bf20e3408

    Toggle commit list
  • mirror @mirror

    mentioned in commit 7db305f4bb0932f4b328c44e0a1e5f8723240746

    ·

    mentioned in commit 7db305f4bb0932f4b328c44e0a1e5f8723240746

    Toggle commit list
  • mirror @mirror

    mentioned in commit 6a0e767333df473da044adb1ea16e46eced1b792

    ·

    mentioned in commit 6a0e767333df473da044adb1ea16e46eced1b792

    Toggle commit list
  • mirror @mirror

    mentioned in commit 78605301da4bfce8fbedc5e4628d40484fc4e810

    ·

    mentioned in commit 78605301da4bfce8fbedc5e4628d40484fc4e810

    Toggle commit list
  • mirror @mirror

    mentioned in commit 458e0c18fd9e978c93b28617d05b555c6cff1b2b

    ·

    mentioned in commit 458e0c18fd9e978c93b28617d05b555c6cff1b2b

    Toggle commit list
  • mirror @mirror

    mentioned in commit 8a5792a8b70570d313a169fb4b3b02ada575bd2a

    ·

    mentioned in commit 8a5792a8b70570d313a169fb4b3b02ada575bd2a

    Toggle commit list
  • mirror @mirror

    mentioned in commit 414022accb0d8e21304ecabdd587bd020ee0e25f

    ·

    mentioned in commit 414022accb0d8e21304ecabdd587bd020ee0e25f

    Toggle commit list
  • mirror @mirror

    mentioned in commit 348ada45a2b277146576f322975efe0d3bc6c37d

    ·

    mentioned in commit 348ada45a2b277146576f322975efe0d3bc6c37d

    Toggle commit list
  • mirror @mirror

    mentioned in commit 9db88a611c40e3b64ee7ea733bae087c527b0a0b

    ·

    mentioned in commit 9db88a611c40e3b64ee7ea733bae087c527b0a0b

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment