From: Trond Myklebust Date: Mon, 20 Mar 2006 18:44:36 +0000 (-0500) Subject: NFS: O_DIRECT async IO may lose context X-Git-Tag: v2.6.17-rc1~667^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8881f5a5c723f82da84b786d3ca83a0df9e0c33;p=pandora-kernel.git NFS: O_DIRECT async IO may lose context The struct nfs_direct_req currently keeps a pointer to the file descriptor without referencing it. This may cause problems if the parent process is killed. The nfs_open_context should normally have all the information that we're currently using the filp for, and unlike fput(), is safe to release from an rpciod process context. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed