public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xfs: fs/xfs/xfs_fs_subr.c die die die
@ 2012-11-09 10:10 Dave Chinner
  2012-11-09 10:10 ` [PATCH 1/4] xfs: remove xfs_tosspages Dave Chinner
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Dave Chinner @ 2012-11-09 10:10 UTC (permalink / raw)
  To: xfs

Hi folks,

This patch series replaces all the functions in fs/xfs/xfs_fs_subr.c
with direct calls to their VFS equivalents. This fixes bugs and
removes code at the same time.

I haven't bothered to change the ranges passed to the functions -
that requires a lot more scrutiny and testing - the ranges have now
may not be optimal but they are a known factor. The changes have
passed smoke testing on several different configurations and about 6
hours of continuous fsx testing, which is what I'd expect seeing as
I have changed the ranges at all.

The diffstat is as follows:

 fs/xfs/Makefile       |    1 -
 fs/xfs/xfs_aops.c     |    2 +-
 fs/xfs/xfs_bmap.c     |    2 +-
 fs/xfs/xfs_dfrag.c    |   13 +++----
 fs/xfs/xfs_file.c     |   23 ++++++------
 fs/xfs/xfs_fs_subr.c  |   96 ---------------------------------------------------
 fs/xfs/xfs_iops.c     |    4 +--
 fs/xfs/xfs_vnodeops.c |   46 +++++++++++++++++-------
 fs/xfs/xfs_vnodeops.h |    7 ----
 9 files changed, 54 insertions(+), 140 deletions(-)

Cheers,

Dave.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-11-13 21:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 10:10 [PATCH 0/4] xfs: fs/xfs/xfs_fs_subr.c die die die Dave Chinner
2012-11-09 10:10 ` [PATCH 1/4] xfs: remove xfs_tosspages Dave Chinner
2012-11-12 20:43   ` Andrew Dahl
2012-11-12 23:00     ` Dave Chinner
2012-11-13 21:29       ` Ben Myers
2012-11-09 10:10 ` [PATCH 2/4] xfs: remove xfs_wait_on_pages() Dave Chinner
2012-11-12 20:44   ` Andrew Dahl
2012-11-09 10:10 ` [PATCH 3/4] xfs: remove xfs_flush_pages Dave Chinner
2012-11-12 20:50   ` Andrew Dahl
2012-11-09 10:10 ` [PATCH 4/4] xfs: remove xfs_flushinval_pages Dave Chinner
2012-11-12 22:38   ` Andrew Dahl
2012-11-09 17:40 ` [PATCH 0/4] xfs: fs/xfs/xfs_fs_subr.c die die die Ben Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox