Signed-off-by: Steven Whitehouse <[email protected]> diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile index f3d23ef..d22edbb 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 diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c deleted file mode 100644 index 9076fbe..0000000 --- a/fs/gfs2/inode.c +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. - * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. - * - * This copyrighted material is made available to anyone wishing to use, - * modify, copy, or redistribute it subject to the terms and conditions - * of the GNU General Public License version 2. - */ - -#include <linux/sched.h> -#include <linux/slab.h> -#include <linux/spinlock.h> -#include <linux/completion.h> -#include <linux/buffer_head.h> -#include <linux/posix_acl.h> -#include <linux/sort.h> -#include <linux/gfs2_ondisk.h> -#include <linux/crc32.h> -#include <linux/security.h> -#include <linux/time.h> - -#include "gfs2.h" -#include "incore.h" -#include "acl.h" -#include "bmap.h" -#include "dir.h" -#include "xattr.h" -#include "glock.h" -#include "glops.h" -#include "inode.h" -#include "log.h" -#include "meta_io.h" -#include "quota.h" -#include "rgrp.h" -#include "trans.h" -#include "util.h" - - -- 1.7.4
- [Cluster-devel] [PATCH 15/32] GFS2: make sure fallocate ... Steven Whitehouse
- [Cluster-devel] [PATCH 17/32] GFS2: Improve bug trap cod... Steven Whitehouse
- [Cluster-devel] [PATCH 18/32] GFS2: Double check link co... Steven Whitehouse
- [Cluster-devel] [PATCH 14/32] GFS2: Add an AIL writeback... Steven Whitehouse
- [Cluster-devel] [PATCH 19/32] GFS2: Don't use a try lock... Steven Whitehouse
- [Cluster-devel] [PATCH 20/32] GFS2: Don't use gfs2_chang... Steven Whitehouse
- [Cluster-devel] [PATCH 21/32] GFS2: Make gfs2_dir_del up... Steven Whitehouse
- [Cluster-devel] [PATCH 06/32] GFS2: Make ->write_inod... Steven Whitehouse
- [Cluster-devel] [PATCH 11/32] GFS2: Improve tracing supp... Steven Whitehouse
- [Cluster-devel] [PATCH 13/32] GFS2: Make writeback more ... Steven Whitehouse
- [Cluster-devel] [PATCH 27/32] GFS2: Inode.c is empty now... Steven Whitehouse
- [Cluster-devel] [PATCH 26/32] GFS2: Move final part of i... Steven Whitehouse
- [Cluster-devel] [PATCH 30/32] GFS2: Clean up mkdir Steven Whitehouse
- [Cluster-devel] [PATCH 29/32] GFS2: Use UUID field in ge... Steven Whitehouse
- [Cluster-devel] [PATCH 22/32] GFS2: When adding a new di... Steven Whitehouse
- [Cluster-devel] [PATCH 23/32] GFS2: Remove gfs2_dinode_p... Steven Whitehouse
- [Cluster-devel] [PATCH 31/32] GFS2: Clean up symlink cre... Steven Whitehouse
- [Cluster-devel] [PATCH 03/32] GFS2: Combine transaction ... Steven Whitehouse
- [Cluster-devel] [PATCH 09/32] GFS2: Remove unused macro Steven Whitehouse
- [Cluster-devel] [PATCH 25/32] GFS2: Move most of the rem... Steven Whitehouse
- [Cluster-devel] [PATCH 32/32] GFS2: Move all locking ins... Steven Whitehouse
