aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 5547b1b027db..218693d8d446 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1616,8 +1616,8 @@ struct super_operations {
1616 * I_FREEING Set when inode is about to be freed but still has dirty 1616 * I_FREEING Set when inode is about to be freed but still has dirty
1617 * pages or buffers attached or the inode itself is still 1617 * pages or buffers attached or the inode itself is still
1618 * dirty. 1618 * dirty.
1619 * I_CLEAR Set by clear_inode(). In this state the inode is clean 1619 * I_CLEAR Added by clear_inode(). In this state the inode is clean
1620 * and can be destroyed. 1620 * and can be destroyed. Inode keeps I_FREEING.
1621 * 1621 *
1622 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are 1622 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are
1623 * prohibited for many purposes. iget() must wait for 1623 * prohibited for many purposes. iget() must wait for