]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kernel: remove reference to feature-removal-schedule.txt
authorTao Ma <boyu.mt@taobao.com>
Fri, 9 Nov 2012 03:04:38 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:15 +0000 (15:17 +1100)
In 9c0ece069, 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>
kernel/cgroup.c
kernel/module.c

index 0f8fa6aa371b6eb5db6e225c68a62301f54717a0..10f325bfad06c286e71ef9e66243a47a023f7498 100644 (file)
@@ -1330,7 +1330,6 @@ static int cgroup_remount(struct super_block *sb, int *flags, char *data)
        if (ret)
                goto out_unlock;
 
-       /* See feature-removal-schedule.txt */
        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",
                           task_tgid_nr(current), current->comm);
index a1d2ed8bab9322973be382bd311f6694e66f4c51..c8d9bbf2eeca16d9316cf77696eab2853c5f3023 100644 (file)
@@ -375,9 +375,6 @@ static bool check_symbol(const struct symsearch *syms,
                        printk(KERN_WARNING "Symbol %s is being used "
                               "by a non-GPL module, which will not "
                               "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");
                }
        }