aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmfs/Makefile
Commit message (Collapse)AuthorAge
* fs: change to new flag variablematt mooney2011-03-17
| | | | | | | | | Replace EXTRA_CFLAGS with ccflags-y. And change ntfs-objs to ntfs-y for cleaner conditional inclusion. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
* ocfs2_dlmfs: Move to its own directoryJoel Becker2010-02-26
We're going to remove the tie between ocfs2_dlmfs and o2dlm. ocfs2_dlmfs doesn't belong in the fs/ocfs2/dlm directory anymore. Here we move it to fs/ocfs2/dlmfs. Signed-off-by: Joel Becker <joel.becker@oracle.com>