nilfs2: allow nilfs_dirty_inode to mark metadata file inodes dirty
[deliverable/linux.git] / fs / 9p / Makefile
CommitLineData
67543e50 1obj-$(CONFIG_9P_FS) := 9p.o
93fa58cb 2
67543e50 39p-objs := \
93fa58cb
EVH
4 vfs_super.o \
5 vfs_inode.o \
147b31cf 6 vfs_addr.o \
93fa58cb
EVH
7 vfs_file.o \
8 vfs_dir.o \
9 vfs_dentry.o \
93fa58cb 10 v9fs.o \
ebf46264
AK
11 fid.o \
12 xattr.o \
13 xattr_user.o
93fa58cb 14
60e78d2c 159p-$(CONFIG_9P_FSCACHE) += cache.o
This page took 0.526191 seconds and 5 git commands to generate.