aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/Makefile
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2009-05-22 10:01:55 +0100
committerSteven Whitehouse <swhiteho@redhat.com>2009-05-22 10:01:55 +0100
commitb1e71b0622974953e46a284aa986504a90869a9b (patch)
tree0eb0f68c8b432b6332437e918ca2ab4e0c72d897 /fs/gfs2/Makefile
parent1ce97e564b628bee30b8dbb64e5e653a484308f6 (diff)
downloadkernel_samsung_smdk4412-b1e71b0622974953e46a284aa986504a90869a9b.zip
kernel_samsung_smdk4412-b1e71b0622974953e46a284aa986504a90869a9b.tar.gz
kernel_samsung_smdk4412-b1e71b0622974953e46a284aa986504a90869a9b.tar.bz2
GFS2: Clean up some file names
This patch renames the ops_*.c files which have no counterpart without the ops_ prefix in order to shorten the name and make it more readable. In addition, ops_address.h (which was very small) is moved into inode.h and inode.h is cleaned up by adding extern where required. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/Makefile')
-rw-r--r--fs/gfs2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile
index a851ea4..4f7332c 100644
--- a/fs/gfs2/Makefile
+++ b/fs/gfs2/Makefile
@@ -1,7 +1,7 @@
obj-$(CONFIG_GFS2_FS) += gfs2.o
gfs2-y := acl.o bmap.o dir.o eaops.o eattr.o glock.o \
glops.o inode.o log.o lops.o main.o meta_io.o \
- mount.o ops_address.o ops_dentry.o ops_export.o ops_file.o \
+ mount.o aops.o dentry.o export.o file.o \
ops_fstype.o ops_inode.o ops_super.o quota.o \
recovery.o rgrp.o super.o sys.o trans.o util.o