io_uring: COW io_identity on mismatch
[linux-2.6-microblaze.git] / include / linux / io_uring.h
index 352aa6b..342cc57 100644 (file)
@@ -15,6 +15,7 @@ struct io_identity {
        struct nsproxy                  *nsproxy;
        struct fs_struct                *fs;
        unsigned long                   fsize;
+       refcount_t                      count;
 };
 
 struct io_uring_task {