git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039c4d7
)
VFS: Allow the filesystem to return a full file pointer on open intent
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:16 +0000
(14:20 -0700)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:16 +0000
(14:20 -0700)
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>
No differences found