]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/xfs/Makefile
xfs: move getdents code into it's own file
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:36 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:39:56 +0000 (16:39 -0500)
commit4a8af273de63d9656559ba5289e91f40aae0441f
treeac3d22e894df58c38326bada04073d283c90dee5
parent1fd7115eda5661e872463694fc4a12821c4f914a
xfs: move getdents code into it's own file

The directory readdir code is not used by userspace, but it is
intermingled with files that are shared with userspace. This makes
it difficult to compare the differences between the userspac eand
kernel files are the userspace files don't have the getdents code in
them. Move all the kernel getdents code to a separate file to bring
the shared content between userspace and kernel files closer
together.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_priv.h
fs/xfs/xfs_dir2_readdir.c [new file with mode: 0644]
fs/xfs/xfs_dir2_sf.c