Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kernel: remove reference to feature-removal-schedule.txt

In commit 9c0ece069b32 ("Get rid of Documentation/feature-removal.txt"),
Linus removed feature-removal-schedule.txt from Documentation, but there
is still some reference to this file. So remove them.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Tao Ma and committed by
Linus Torvalds
8ec7d50f 66d93341

-4
-1
kernel/cgroup.c
··· 1333 1333 if (ret) 1334 1334 goto out_unlock; 1335 1335 1336 - /* See feature-removal-schedule.txt */ 1337 1336 if (opts.subsys_mask != root->actual_subsys_mask || opts.release_agent) 1338 1337 pr_warning("cgroup: option changes via remount are deprecated (pid=%d comm=%s)\n", 1339 1338 task_tgid_nr(current), current->comm);
-3
kernel/module.c
··· 372 372 printk(KERN_WARNING "Symbol %s is being used " 373 373 "by a non-GPL module, which will not " 374 374 "be allowed in the future\n", fsa->name); 375 - printk(KERN_WARNING "Please see the file " 376 - "Documentation/feature-removal-schedule.txt " 377 - "in the kernel source tree for more details.\n"); 378 375 } 379 376 } 380 377