nfsd: fix hung up of nfs client while sync write data to nfs server
[safe/jmp/linux-2.6] / fs / gfs2 / Makefile
1 obj-$(CONFIG_GFS2_FS) += gfs2.o
2 gfs2-y := acl.o bmap.o dir.o eaops.o eattr.o glock.o \
3         glops.o inode.o log.o lops.o main.o meta_io.o \
4         mount.o ops_address.o ops_dentry.o ops_export.o ops_file.o \
5         ops_fstype.o ops_inode.o ops_super.o quota.o \
6         recovery.o rgrp.o super.o sys.o trans.o util.o
7
8 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
9