diff --git a/include/linux/fs.h b/include/linux/fs.h index e62223e65de0f430eb2aeb994e87a3f03c1c10e1..781405a548f553252c37ca3a8646155036dee447 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -487,10 +487,10 @@ struct address_space { pgoff_t writeback_index; const struct address_space_operations *a_ops; unsigned long flags; - struct rw_semaphore i_mmap_rwsem; errseq_t wb_err; spinlock_t private_lock; struct list_head private_list; + struct rw_semaphore i_mmap_rwsem; void *private_data; KABI_RESERVE(1);