J. R. Okajima:

   On Thu, Jun 12, 2014 at 8:22 PM, Â <[1]sf...@users.sourceforge.net> wrote:
   > Â  Â  Â  Â  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

   Looks same to me as well.
   Also notice that id values in at least first 9 error messages are products
   of multiplication of number 32768.
   In my case I have only 3 error messages and ids are 32768, 65537 and 98304
   which is the same pattern.
   Â
   --
   Use GNU/Linux

References

   1. mailto:sf...@users.sourceforge.net
------------------------------------------------------------------------------
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