]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Only build ocfs2/dlm with the o2cb stack module
authorMark Fasheh <mfasheh@suse.com>
Fri, 4 Apr 2008 19:45:55 +0000 (12:45 -0700)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:12 +0000 (08:56 -0700)
commit4f242d986628805fc73132bd8ee6beb3263b35f9
treebc11bd21d571b130cd446bed0db729f2264a9dc6
parent0de18d31c90a6bf6fc04d8475d8a58958ec27641
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>
fs/ocfs2/dlm/Makefile