Skip to content
Commit 834f2a4a authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 039c4d7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment