|
@@ -182,9 +182,9 @@ typedef struct ext4_io_end {
|
|
|
struct bio *bio; /* Linked list of completed
|
|
|
* bios covering the extent */
|
|
|
unsigned int flag; /* unwritten or not */
|
|
|
+ atomic_t count; /* reference counter */
|
|
|
loff_t offset; /* offset in the file */
|
|
|
ssize_t size; /* size of the extent */
|
|
|
- atomic_t count; /* reference counter */
|
|
|
} ext4_io_end_t;
|
|
|
|
|
|
struct ext4_io_submit {
|