]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/namespace.c
NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error
[linux-2.6-omap-h63xx.git] / fs / nfs / namespace.c
index 7f86e65182e450b528ab7e0a6811ece68c516b56..acfc56f9edc04c53b25efaffeb80eb0ba9d887c5 100644 (file)
@@ -175,10 +175,8 @@ static void nfs_expire_automounts(struct work_struct *work)
 
 void nfs_release_automount_timer(void)
 {
-       if (list_empty(&nfs_automount_list)) {
+       if (list_empty(&nfs_automount_list))
                cancel_delayed_work(&nfs_automount_task);
-               flush_scheduled_work();
-       }
 }
 
 /*