summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 23:24:17 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 23:24:17 (GMT)
commit673e1f31dfa16bc16a4c9a37a461270076d2c6ac (patch)
treeac61c0daa2c5d2152a8483151bdee058c29c9e8c
parent2ab573487a98c06fdfb34308f641f09369d61fa2 (diff)
downloadlinux-fsl-qoriq-673e1f31dfa16bc16a4c9a37a461270076d2c6ac.tar.xz
staging: autofs3: get the TODO file right the third time
This is what Arnd wanted the file to say. Cc: Arnd Bergmann <arnd@arndb.de> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Ian Kent <raven@themaw.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/autofs/TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/staging/autofs/TODO b/drivers/staging/autofs/TODO
index b1e663f..543803d 100644
--- a/drivers/staging/autofs/TODO
+++ b/drivers/staging/autofs/TODO
@@ -1,5 +1,8 @@
-- Work to help people to migrate to autofs4.
-- This filesystem will be removed in the 2.6.38 kernel release.
+autofs version 3 is on its way out of the kernel,
+It has been replaced by autofs4 several years ago.
-Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
-Cc: H. Peter Anvin <hpa@zytor.com> and Arnd Bergmann <arnd@arndb.de>
+The autofs3 code uses the big kernel lock which
+is getting deprecated.
+
+Users that find autofs3 to work but not autofs4
+should talk to Ian Kent <raven@themaw.net>.