Merge branch 'kcsan.2020.01.07a' into locking/kcsan
[linux-2.6-microblaze.git] / include / linux / nfs_fs.h
index 570a60c..c06b1fd 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;
 };
 
 /*