[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACVxJT8sEaOHJewEcj8HV2CG4m5vGWoZj3i=DsUnEOFKA1wxNw@mail.gmail.com>
Date: Wed, 25 Jun 2014 14:21:20 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: mcsim.planeta@...il.com
Cc: Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] sysctl: Add a feature to drop caches selectively
On Wed, Jun 25, 2014 at 2:20 PM, Alexey Dobriyan <adobriyan@...il.com> wrote:
>> +static void clean_all_dentries_locked(struct dentry *dentry)
>> +{
>> + struct dentry *child;
>> +
>> + list_for_each_entry(child, &dentry->d_subdirs, d_u.d_child) {
>> + clean_all_dentries_locked(child);
>> + }
>> +
>> + clean_mapping(dentry);
>> +}
>
> unbounded recursion = kernel stack overflow
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists