search for: ocfs2_dlm_lvb_valid

Displaying 2 results from an estimated 2 matches for "ocfs2_dlm_lvb_valid".

2009 Jun 19
1
[PATCH] ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
...). The contents of the LVB may be garbage or merely stale. ocfs2 doesn't want to try to guess at the validity of the stale LVB. Instead, it should be checking the VALNOTVALID flag. As this is the 'standard' way of treating LVBs, we will promote this behavior. We add a stack glue API ocfs2_dlm_lvb_valid(). It returns non-zero when the LVB is valid. o2dlm will always return valid, while fs/dlm will check VALNOTVALID. Signed-off-by: Joel Becker <joel.becker at oracle.com> --- fs/ocfs2/stack_o2cb.c | 11 +++++++++++ fs/ocfs2/stack_user.c | 8 ++++++++ fs/ocfs2/stackglue.c | 13 +++++...
2009 Jun 24
0
[GIT PULL] ocfs2 updates for 2.6.31, take 2
...arm.org/linux-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git upstream-linus Jan Kara (2): vfs: Set special lockdep map for dirs only if not set by fs ocfs2: Add lockdep annotations Joel Becker (1): ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. Sunil Mushran (5): ocfs2: Pin journal head before accessing jh->b_committed_data ocfs2: Fix ocfs2_osb_dump() ocfs2: Stop orphan scan as early as possible during umount ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() ocfs2: Disable orp...