[Ocfs2-devel] [git patch] ocfs2 fix for 2.6.26

2008-07-08 Thread Mark Fasheh
This single patch fixes an Ocfs2 regression introduced during the merge window. --Mark Please pull from 'upstream-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus to receive the following updates: fs/ocfs2/dlm/dlmmaster.c |2 ++ 1 files

Re: [Ocfs2-devel] [PATCH 3/4] ocfs2: Fixes tiny race between mount and recovery

2008-07-08 Thread Joel Becker
On Tue, Jul 08, 2008 at 10:08:38AM -0700, Sunil Mushran wrote: > Instead of using generation, we could use ij_pad. Renamed to > something appropriate. I like that, as it is specific to the journal part and leaves i_generation alone. Can we see ourselves needing any other use of that word?

Re: [Ocfs2-devel] [PATCH 3/4] ocfs2: Fixes tiny race between mount and recovery

2008-07-08 Thread Sunil Mushran
Instead of using generation, we could use ij_pad. Renamed to something appropriate. Sunil Mushran wrote: > ok.. going back to the drawing board. I am putting in writing the > scheme the two of us thrashed out here. Please review. > > Problem: > How does a recovery thread know that the slot it is t