GFS2: Merge mount.c and ops_super.c into super.c
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 22 May 2009 09:36:01 +0000 (10:36 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 22 May 2009 09:36:01 +0000 (10:36 +0100)
commit9e6e0a128bca0a151d8d3fbd9459b22fc21cfebb
tree1634ddf642a127bbd8533b7e73d5a1ebc572343f
parentb1e71b0622974953e46a284aa986504a90869a9b
GFS2: Merge mount.c and ops_super.c into super.c

mount.c only contained a single function, so is not really
worth retaining on its own. All of the super related code
is now either in super.c or ops_fstype.c

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Makefile
fs/gfs2/mount.c [deleted file]
fs/gfs2/ops_super.c [deleted file]
fs/gfs2/super.c