Re: [Ocfs2-devel] [PATCH 1/2] ocfs2: timer to queue scan of all orphan slots

2009-06-10 Thread Srinivas Eeda
Tao Ma wrote: Hi Srini/Joel/Sunil, I also have some thoughts for it. Wish it isn't too late. Currently, orphan scan just iterate all the slots and call ocfs2_queue_recovery_completion, but I don't think it is proper for a node to query another mounted one since that node will query

Re: [Ocfs2-devel] [PATCH 1/2] ocfs2: timer to queue scan of all orphan slots

2009-06-10 Thread Tao Ma
Srinivas Eeda wrote: Tao Ma wrote: Hi Srini/Joel/Sunil, I also have some thoughts for it. Wish it isn't too late. Currently, orphan scan just iterate all the slots and call ocfs2_queue_recovery_completion, but I don't think it is proper for a node to query another mounted one

Re: [Ocfs2-devel] [PATCH 1/2] ocfs2: timer to queue scan of all orphan slots

2009-06-10 Thread Joel Becker
On Wed, Jun 10, 2009 at 01:37:53PM +0800, Tao Ma wrote: I also have some thoughts for it. Wish it isn't too late. Well, if we come up with changes it will affect what I push, but that's OK. Currently, orphan scan just iterate all the slots and call