Hello! I am having same issue. I tried your proposed solution, but it did not fix it. Hopefully more data about this bug will enable you to resolve it faster. Also let me know if you want me to test something or if you need more data. Here is my relevant dmesg output: [1]http://pastebin.com/VKwJN1ss On Mon, Jun 9, 2014 at 12:31 PM, <[2]sf...@users.sourceforge.net> wrote:
Would you try testing after this fix? - new tmpfs-idr.patch removes a line from  linux/mm/shmem.c:shmem_get_inode() like this. @@ -1365,13 +1375,13 @@ static struct inode *shmem_get_inode(struct super_block *sb, const struct inode     struct inode *inode;     struct shmem_inode_info *info;     struct shmem_sb_info *sbinfo = SHMEM_SB(sb); +    int ino;     if (shmem_reserve_inode(sb))         return NULL;     inode = new_inode(sb);     if (inode) { -        inode->i_ino = get_next_ino();         inode_init_owner(inode, dir, mode);         inode->i_blocks = 0;         inode->i_mapping->backing_dev_info = &shmem_backing_dev_info; - insert this line at the removed line like this.     inode->i_ino = get_next_ino();     --> inode->i_ino = 0; Would modify manually and test? J. R. Okajima -- Use GNU/Linux References 1. http://pastebin.com/VKwJN1ss 2. 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