diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2011-05-10 13:09:53 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2011-05-10 13:09:53 +0100 |
commit | 64ea5402581485237d3b6e3a0cf2b364ad8bd580 (patch) | |
tree | 3639c3de9d64ee89360ec190f3029766fc0ed9ca /fs/gfs2/Makefile | |
parent | 9eed04cd99b0a497cf0da22658808a7f5b10d734 (diff) |
GFS2: Inode.c is empty now, remove it
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/Makefile')
-rw-r--r-- | fs/gfs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile index f3d23ef4e876..d22edbb0108f 100644 --- a/fs/gfs2/Makefile +++ b/fs/gfs2/Makefile @@ -1,7 +1,7 @@ ccflags-y := -I$(src) obj-$(CONFIG_GFS2_FS) += gfs2.o gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \ - glops.o inode.o log.o lops.o main.o meta_io.o \ + glops.o log.o lops.o main.o meta_io.o \ aops.o dentry.o export.o file.o \ ops_fstype.o ops_inode.o quota.o \ recovery.o rgrp.o super.o sys.o trans.o util.o |