]> bbs.cooldavid.org Git - net-next-2.6.git/commit
GFS2: Clean up some file names
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 22 May 2009 09:01:55 +0000 (10:01 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 22 May 2009 09:01:55 +0000 (10:01 +0100)
commitb1e71b0622974953e46a284aa986504a90869a9b
tree0eb0f68c8b432b6332437e918ca2ab4e0c72d897
parent1ce97e564b628bee30b8dbb64e5e653a484308f6
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>
12 files changed:
fs/gfs2/Makefile
fs/gfs2/aops.c [moved from fs/gfs2/ops_address.c with 99% similarity]
fs/gfs2/bmap.c
fs/gfs2/dentry.c [moved from fs/gfs2/ops_dentry.c with 100% similarity]
fs/gfs2/export.c [moved from fs/gfs2/ops_export.c with 100% similarity]
fs/gfs2/file.c [moved from fs/gfs2/ops_file.c with 99% similarity]
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/meta_io.c
fs/gfs2/ops_address.h [deleted file]
fs/gfs2/quota.c
fs/gfs2/rgrp.c