fs: protect inode->i_state with inode->i_lock
[deliverable/linux.git] / include / linux / fs.h
index 4dda076c24a1efac5119988ba915bf0277c2ecf5..ed6fdcc1484cb4bef81de116d106756d1b694d87 100644 (file)
@@ -1647,7 +1647,7 @@ struct super_operations {
 };
 
 /*
- * Inode state bits.  Protected by inode_lock.
+ * Inode state bits.  Protected by inode->i_lock
  *
  * Three bits determine the dirty state of the inode, I_DIRTY_SYNC,
  * I_DIRTY_DATASYNC and I_DIRTY_PAGES.
This page took 0.034657 seconds and 5 git commands to generate.