device.h: move 'struct driver' stuff out to device/driver.h
[sfrench/cifs-2.6.git] / include / linux / nfs_fs.h
index 570a60c2f4f48316c8d78aa2887ee79908382d92..c06b1fd130f33cf6a64554c7de1e8c3e8f11f29b 100644 (file)
@@ -189,13 +189,15 @@ struct nfs_inode {
 
 struct nfs4_copy_state {
        struct list_head        copies;
+       struct list_head        src_copies;
        nfs4_stateid            stateid;
        struct completion       completion;
        uint64_t                count;
        struct nfs_writeverf    verf;
        int                     error;
        int                     flags;
-       struct nfs4_state       *parent_state;
+       struct nfs4_state       *parent_src_state;
+       struct nfs4_state       *parent_dst_state;
 };
 
 /*