Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/ocfs2/dlm
Mark Fasheh 93b06edb51 ocfs2: Only build ocfs2/dlm with the o2cb stack module
fs/ocfs2/dlm/ocfs2_dlm.ko and fs/ocfs2/dlm/ocfs2_dlmfs.ko get built if
CONFIG_FS_OCFS2 is specified. This isn't quite how it should happen any more
- the "o2cb" dlm modules should only be built if CONFIG_FS_OCFS2_O2CB is
set, so update the dlm Makefile accordingly.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Joel Becker <joel.becker@oracle.com>
2008-04-18 08:56:12 -07:00
..
dlmapi.h
dlmast.c
dlmcommon.h ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h 2008-04-18 08:56:09 -07:00
dlmconvert.c ocfs2: Use dlm_print_one_lock_resource for lock resource print 2008-03-10 15:13:50 -07:00
dlmconvert.h
dlmdebug.c ocfs2/dlm: Cleanup lockres print 2008-04-18 08:56:09 -07:00
dlmdebug.h ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c 2008-04-18 08:56:09 -07:00
dlmdomain.c ocfs2/dlm: Dump the dlm state in a debugfs file 2008-04-18 08:56:08 -07:00
dlmdomain.h
dlmfs.c
dlmfsver.c
dlmfsver.h
dlmlock.c ocfs2/dlm: Create slabcaches for lock and lockres 2008-04-18 08:56:08 -07:00
dlmmaster.c ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c 2008-04-18 08:56:09 -07:00
dlmrecovery.c ocfs2/dlm: Print message showing the recovery master 2008-03-10 15:14:14 -07:00
dlmthread.c ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock 2008-03-10 15:14:17 -07:00
dlmunlock.c
dlmver.c
dlmver.h
Makefile ocfs2: Only build ocfs2/dlm with the o2cb stack module 2008-04-18 08:56:12 -07:00
userdlm.c
userdlm.h