Guan Xin:
> Didn't see the new warning after reboot to the patched kernel ...
> Still the same error messages as before.

Thanks guys.

When you have time, please test this too.
You don't have to hurry since I am going to sleep. It is midnight in my
timezone now.


        simple_xattrs_free(&info->xattrs);
        WARN_ON(inode->i_blocks);
        if (inode->i_ino) {
+               int i = inode->i_ino;
                mutex_lock(&sbinfo->idr_lock);
-               idr_remove(&sbinfo->idr, inode->i_ino);
+               idr_remove(&sbinfo->idr, i);
                mutex_unlock(&sbinfo->idr_lock);
        }
        shmem_free_inode(inode->i_sb);
        clear_inode(inode);


J. R. Okajima

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems

Reply via email to