Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ec7d50f authored by Tao Ma's avatar Tao Ma Committed by Linus Torvalds
Browse files

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



In commit 9c0ece06 ("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: default avatarTao Ma <boyu.mt@taobao.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 66d93341
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1333,7 +1333,6 @@ static int cgroup_remount(struct super_block *sb, int *flags, char *data)
	if (ret)
	if (ret)
		goto out_unlock;
		goto out_unlock;


	/* See feature-removal-schedule.txt */
	if (opts.subsys_mask != root->actual_subsys_mask || opts.release_agent)
	if (opts.subsys_mask != root->actual_subsys_mask || opts.release_agent)
		pr_warning("cgroup: option changes via remount are deprecated (pid=%d comm=%s)\n",
		pr_warning("cgroup: option changes via remount are deprecated (pid=%d comm=%s)\n",
			   task_tgid_nr(current), current->comm);
			   task_tgid_nr(current), current->comm);
+0 −3
Original line number Original line Diff line number Diff line
@@ -372,9 +372,6 @@ static bool check_symbol(const struct symsearch *syms,
			printk(KERN_WARNING "Symbol %s is being used "
			printk(KERN_WARNING "Symbol %s is being used "
			       "by a non-GPL module, which will not "
			       "by a non-GPL module, which will not "
			       "be allowed in the future\n", fsa->name);
			       "be allowed in the future\n", fsa->name);
			printk(KERN_WARNING "Please see the file "
			       "Documentation/feature-removal-schedule.txt "
			       "in the kernel source tree for more details.\n");
		}
		}
	}
	}