Pull Andy's fix to remove freed class from any classqueues [PL #4233] from
[linux-2.6.git] / fs / inode.c
index a93f58c..471010b 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);
 
-               /* important because of inode slab reuse */
+               /* essential because of inode slab reuse */
                inode->i_xid = 0;
                inode->i_blkbits = sb->s_blocksize_bits;
                inode->i_flags = 0;