From: Christoph Hellwig Date: Mon, 15 Feb 2010 09:44:46 +0000 (+0000) Subject: xfs: merge xfs_lrw.c into xfs_file.c X-Git-Tag: v2.6.34-rc1~26^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda35b8f84d209784041bbad47f9e195a08a7527;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed