diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 03:47:14 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-30 03:47:14 -0500 |
commit | b381beadee8a3d6e690d30bdccddd08ab024945e (patch) | |
tree | 408f4a84f3f6261c98d74b606a7ce87ffe10fa2c /fs/gfs2/Makefile | |
parent | aa6a85a971065b013a71a399c3fc4312e2dd81eb (diff) |
[GFS2] Remove unused file resize.c
The code in this file is no longer used as the rindex file is
now accessible to userspace, so can be read/written directly.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/Makefile')
-rw-r--r-- | fs/gfs2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile index 974c76d0c6fc..4e87b8661af0 100644 --- a/fs/gfs2/Makefile +++ b/fs/gfs2/Makefile | |||
@@ -30,7 +30,6 @@ gfs2-y := \ | |||
30 | ops_vm.o \ | 30 | ops_vm.o \ |
31 | page.o \ | 31 | page.o \ |
32 | quota.o \ | 32 | quota.o \ |
33 | resize.o \ | ||
34 | recovery.o \ | 33 | recovery.o \ |
35 | rgrp.o \ | 34 | rgrp.o \ |
36 | super.o \ | 35 | super.o \ |