NFSD: Instantiate a struct file when creating a regular NFSv4 file
[linux-block.git] / fs / nfsd / xdr4.h
index 846ab6df9d48f270ad3bf70bb2dbdb9017bc8cad..7b744011f2d3d8402d24cb6ddb8103055b51bd4e 100644 (file)
@@ -273,6 +273,7 @@ struct nfsd4_open {
        bool            op_truncate;        /* used during processing */
        bool            op_created;         /* used during processing */
        struct nfs4_openowner *op_openowner; /* used during processing */
+       struct file     *op_filp;           /* used during processing */
        struct nfs4_file *op_file;          /* used during processing */
        struct nfs4_ol_stateid *op_stp;     /* used during processing */
        struct nfs4_clnt_odstate *op_odstate; /* used during processing */