]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/ext4/Makefile
ext4: invalidate pages if delalloc block allocation fails.
[mirror_ubuntu-bionic-kernel.git] / fs / ext4 / Makefile
CommitLineData
ac27a0ec 1#
617ba13b 2# Makefile for the linux ext4-filesystem routines.
ac27a0ec
DK
3#
4
617ba13b 5obj-$(CONFIG_EXT4DEV_FS) += ext4dev.o
ac27a0ec 6
617ba13b 7ext4dev-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
8984d137 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
c9de560d 9 ext4_jbd2.o migrate.o mballoc.o
ac27a0ec 10
617ba13b
MC
11ext4dev-$(CONFIG_EXT4DEV_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
12ext4dev-$(CONFIG_EXT4DEV_FS_POSIX_ACL) += acl.o
13ext4dev-$(CONFIG_EXT4DEV_FS_SECURITY) += xattr_security.o