|
@@ -1072,23 +1072,3 @@ out:
|
|
|
return ret;
|
|
|
}
|
|
|
EXPORT_SYMBOL(wait_iff_congested);
|
|
|
-
|
|
|
-int pdflush_proc_obsolete(struct ctl_table *table, int write,
|
|
|
- void __user *buffer, size_t *lenp, loff_t *ppos)
|
|
|
-{
|
|
|
- char kbuf[] = "0\n";
|
|
|
-
|
|
|
- if (*ppos || *lenp < sizeof(kbuf)) {
|
|
|
- *lenp = 0;
|
|
|
- return 0;
|
|
|
- }
|
|
|
-
|
|
|
- if (copy_to_user(buffer, kbuf, sizeof(kbuf)))
|
|
|
- return -EFAULT;
|
|
|
- pr_warn_once("%s exported in /proc is scheduled for removal\n",
|
|
|
- table->procname);
|
|
|
-
|
|
|
- *lenp = 2;
|
|
|
- *ppos += *lenp;
|
|
|
- return 2;
|
|
|
-}
|