From: Trond Myklebust Date: Mon, 27 Aug 2007 13:14:56 +0000 (-0400) Subject: NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timer X-Git-Tag: v2.6.23-rc6~23^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560aef74503e928f44ddbf481b8b02d9cef37dbf;p=pandora-kernel.git NFS: Fix use of cancel_delayed_work_sync in nfs_release_automount_timer Doh! We can't use cancel_delayed_work_sync because we may have been called from an unmount that was being performed by nfs_automount_task. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed