summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2016-10-03 18:11:32 +0200
committerDarrick J. Wong2016-10-05 03:06:40 +0200
commit3993baeb3c52f497d243a4a3b5510df97b22596b (patch)
tree2dab55892137a064012b352a0f9ac730797221fb /fs/xfs/Makefile
parentxfs: don't allow reflinked dir/dev/fifo/socket/pipe files (diff)
downloadkernel-qcow2-linux-3993baeb3c52f497d243a4a3b5510df97b22596b.tar.gz
kernel-qcow2-linux-3993baeb3c52f497d243a4a3b5510df97b22596b.tar.xz
kernel-qcow2-linux-3993baeb3c52f497d243a4a3b5510df97b22596b.zip
xfs: introduce the CoW fork
Introduce a new in-core fork for storing copy-on-write delalloc reservations and allocated extents that are in the process of being written out. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 6afb2281bc01..26ef1958b65b 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -90,6 +90,7 @@ xfs-y += xfs_aops.o \
xfs_message.o \
xfs_mount.o \
xfs_mru_cache.o \
+ xfs_reflink.o \
xfs_stats.o \
xfs_super.o \
xfs_symlink.o \