Displaying 4 results from an estimated 4 matches for "invalidate_inodes".
2009 Jul 20
1
[PATCH] ocfs2: flush dentry lock drop when sync ocfs2 volume.
....oracle.com/bugzilla/show_bug.cgi?id=1133 and
http://oss.oracle.com/bugzilla/show_bug.cgi?id=1135. And it happens
easily if we have opened a lot of inodes.
For 1135, the reason is that during umount will call
generic_shutdown_super and it will do:
1. shrink_dcache_for_umount
2. sync_filesystem.
3. invalidate_inodes.
In shrink_dcache_for_umount, we will drop the dentry, and queue
ocfs2_wq for dentry lock put. While in invalidate_inodes we will
call invalidate_list which will iterate all the inodes for the sb.
The bad thing is that in this function it will call
cond_resched_lock(&inode_lock). So if in any...
2003 Jan 08
1
FW: 2.4.18-14 kernel stuck during ext3 umount with ping still responding
...lookup of the call trace:
>
> process umount
> EIP c01190b8 (set_running_and_schedule)
> call trace:
> c01144c9 f25f9ec0 IO_APIC_get_PCI_irq_vector
> c010a8b0 f25f9ed0 enable_irq
> c014200c f25f9ef0 fsync_buffers_list
> c0155595 f25f9efc clear_inode
> c015553d f25f9f2c invalidate_inodes
> c01461d8 f25f9f78 get_super
> c014a629 f25f9f94 path_release
> c0157c58 f25f9fc0 sys_umount
> c0108cab sys_sigaltstack
>
>
> attached /proc/ksyms | sort
> <<ksyms>>
> Any idea what can cause this ?
>
>
> Thanks,
> Yuval
>
>
>...
2003 Jan 15
0
FW: 2.4.18-14 kernel stuck during ext3 umount with ping stillresponding
...roared its ugly head.
>
> This is the stack trace from the new kernel:
>
> > c01190b8 f3791eb4 set_running_and_schedule
> > c010a8b0 f3791ed0 enable_irq
> > c014200c f3791f0c IO_APIC_get_PCI_irq_vector
> > c0155595 f3791f0c clear_inode
> > c01556639 f3791f60 invalidate_inodes
> > c0149629 f3791f8 set_binfmt
> > c0157c58 f3791f94 sys_umount
> > c0108cab 0f3791fc0 sys_sigaltstack
>
>
> Andrew Morton suggested a buffer.c patch for reducing search
> complexity, which I will try next.
>
> Any further comments/suggestions are welcome...
2009 Feb 06
2
Xen pv_ops domU :: BUG() in remove_from_page_cache()
...[<ffffffff810b0c2b>] truncate_inode_pages_range+0xef/0x36e
[<ffffffff810b0eb7>] truncate_inode_pages+0xd/0x12
[<ffffffff810f0937>] dispose_list+0x3b/0xf8
[<ffffffff810f0ce1>] invalidate_inodes+0xdc/0xfa
[<ffffffff810e0dea>] generic_shutdown_super+0x4a/0xe8
[<ffffffff810e0eaa>] kill_block_super+0x22/0x3a
[<ffffffff810e0f91>] deactivate_super+0x68/0x7d...