commit | 834f2a4a1554dc5b2598038b3fe8703defcbe467 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 14:20:16 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 14:20:16 2005 -0700 |
tree | d27a000a2dd03029e6e2472c6e13801688185b51 | |
parent | 039c4d7a82d8268ec71f59679460b41d0dd9b225 [diff] |
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 <Trond.Myklebust@netapp.com>