]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
xfs: merge xfs_lrw.c into xfs_file.c
authorChristoph Hellwig <hch@infradead.org>
Mon, 15 Feb 2010 09:44:46 +0000 (09:44 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 1 Mar 2010 22:34:18 +0000 (16:34 -0600)
commitdda35b8f84d209784041bbad47f9e195a08a7527
treed132d40c3f0646e74ab29ffd45f771f8b87a5883
parentb262e5dfd9ddd2f6d0ef3fa53eb88690f22134a5
xfs: merge xfs_lrw.c into xfs_file.c

Currently the code to implement the file operations is split over
two small files.  Merge the content of xfs_lrw.c into xfs_file.c to
have it in one place.  Note that I haven't done various cleanups
that are possible after this yet, they will follow in the next
patch.  Also the function xfs_dev_is_read_only which was in
xfs_lrw.c before really doesn't fit in here at all and was moved to
xfs_mount.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_file.c
fs/xfs/linux-2.6/xfs_lrw.c [deleted file]
fs/xfs/xfs_mount.c
fs/xfs/xfs_vnodeops.h