diff --git a/include/linux/fs.h b/include/linux/fs.h index 4e40077e13129477fc92c4a46f6e6d57eeb12808..02ab9df765ebebe82e07a705e20e68eac1e18ce5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -479,7 +479,6 @@ struct address_space { atomic_t nr_duptext; #endif struct rb_root_cached i_mmap; - struct rw_semaphore i_mmap_rwsem; unsigned long nrpages; unsigned long nrexceptional; pgoff_t writeback_index; @@ -488,6 +487,7 @@ struct address_space { errseq_t wb_err; spinlock_t private_lock; struct list_head private_list; + struct rw_semaphore i_mmap_rwsem; void *private_data; struct fast_reflink_work *fast_reflink_work;