]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/gfs2/inode.c
GFS2: Move most of the remaining inode.c into ops_inode.c
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 13:06:38 +0000 (14:06 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 May 2011 15:45:14 +0000 (16:45 +0100)
commit194c011fc4650d0dd1eecbc35bc26045108aca51
tree1cb7769ab3df703336d17cc0835fc4a2132f51e6
parentd4b2cf1b0566eebfe39a6d70e9e4b5fa01ddaace
GFS2: Move most of the remaining inode.c into ops_inode.c

This is in preparation to remove inode.c and rename ops_inode.c
to inode.c. Also most of the functions which were left in inode.c
relate to the creation and lookup of inodes. I'm intending to work
on consolidating some of that code, and its easier when its all in
one place.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/inode.c
fs/gfs2/ops_inode.c