This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / inode.c
index 471010b..a93f58c 100644 (file)
@@ -118,7 +118,7 @@ static struct inode *alloc_inode(struct super_block *sb)
                inode->i_sb = sb;
                // inode->i_dqh = dqhget(sb->s_dqh);
 
-               /* essential because of inode slab reuse */
+               /* important because of inode slab reuse */
                inode->i_xid = 0;
                inode->i_blkbits = sb->s_blocksize_bits;
                inode->i_flags = 0;