+0
−1
+723
−0
fs/xfs/linux-2.6/xfs_lrw.c
deleted100644 → 0
+0
−796
File deleted.
Preview size limit exceeded, changes collapsed.
+20
−0
+0
−12
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>
File deleted.
Preview size limit exceeded, changes collapsed.