summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/backing-dev.h2
-rw-r--r--include/linux/fs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h
index c28a47cbe355..f9b029180241 100644
--- a/include/linux/backing-dev.h
+++ b/include/linux/backing-dev.h
@@ -365,7 +365,7 @@ unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie)
365 rcu_read_lock(); 365 rcu_read_lock();
366 366
367 /* 367 /*
368 * Paired with store_release in inode_switch_wb_work_fn() and 368 * Paired with store_release in inode_switch_wbs_work_fn() and
369 * ensures that we see the new wb if we see cleared I_WB_SWITCH. 369 * ensures that we see the new wb if we see cleared I_WB_SWITCH.
370 */ 370 */
371 cookie->locked = smp_load_acquire(&inode->i_state) & I_WB_SWITCH; 371 cookie->locked = smp_load_acquire(&inode->i_state) & I_WB_SWITCH;
diff --git a/include/linux/fs.h b/include/linux/fs.h
index fd423fec8d83..08f26046233e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2091,7 +2091,7 @@ static inline void init_sync_kiocb(struct kiocb *kiocb, struct file *filp)
2091 * I_WB_SWITCH Cgroup bdi_writeback switching in progress. Used to 2091 * I_WB_SWITCH Cgroup bdi_writeback switching in progress. Used to
2092 * synchronize competing switching instances and to tell 2092 * synchronize competing switching instances and to tell
2093 * wb stat updates to grab the i_pages lock. See 2093 * wb stat updates to grab the i_pages lock. See
2094 * inode_switch_wb_work_fn() for details. 2094 * inode_switch_wbs_work_fn() for details.
2095 * 2095 *
2096 * I_OVL_INUSE Used by overlayfs to get exclusive ownership on upper 2096 * I_OVL_INUSE Used by overlayfs to get exclusive ownership on upper
2097 * and work dirs among overlayfs mounts. 2097 * and work dirs among overlayfs mounts.