ocfs2: Add ioctl for reflink.
[deliverable/linux.git] / fs / gfs2 / Makefile
CommitLineData
63997775 1EXTRA_CFLAGS := -I$(src)
b3b94faa 2obj-$(CONFIG_GFS2_FS) += gfs2.o
97cc1025 3gfs2-y := acl.o bmap.o dir.o eaops.o eattr.o glock.o \
f057f6cd 4 glops.o inode.o log.o lops.o main.o meta_io.o \
9e6e0a12
SW
5 aops.o dentry.o export.o file.o \
6 ops_fstype.o ops_inode.o quota.o \
feaa7bba 7 recovery.o rgrp.o super.o sys.o trans.o util.o
b3b94faa 8
f057f6cd 9gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
b3b94faa 10
This page took 0.296309 seconds and 5 git commands to generate.