lkml.org 
[lkml]   [2008]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/7] proc: Implement support for automounts in task directories
On Thu, 06 Nov 2008 02:48:35 -0800
ebiederm@xmission.com (Eric W. Biederman) wrote:

> +void proc_shrink_automounts(void)
> +{
> + struct list_head *list = &proc_automounts;
> +
> + mark_mounts_for_expiry(list);
> + mark_mounts_for_expiry(list);

Strange. In case the first attempt didn't work?

> + if (list_empty(list))
> + return;
> +
> + schedule_delayed_work(&proc_automount_task, proc_automount_timeout);
> +}


\
 
 \ /
  Last update: 2008-11-07 02:29    [W:1.437 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site