From: Trond Myklebust Date: Tue, 18 Oct 2005 21:20:16 +0000 (-0700) Subject: VFS: Allow the filesystem to return a full file pointer on open intent X-Git-Tag: v2.6.15-rc1~733^2~55^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834f2a4a1554dc5b2598038b3fe8703defcbe467;p=pandora-kernel.git VFS: Allow the filesystem to return a full file pointer on open intent This is needed by NFSv4 for atomicity reasons: our open command is in fact a lookup+open, so we need to be able to propagate open context information from lookup() into the resulting struct file's private_data field. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed