move sync code to its own file
The sync code in XFS is spread around several files.
While it used to make sense to have such a distribution,
the code is about to be cleaned up and so centralising it
in one spot as the first step makes sense.
Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri Oct 10 14:48:57 EST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-radix
Inspected by: hch
Author: lachlan
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:32282a
fs/xfs/linux-2.6/xfs_sync.h - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.h
fs/xfs/linux-2.6/xfs_sync.c - 1.1 - new
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_sync.c
fs/xfs/Makefile - 1.66 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/Makefile.diff?r1=text&tr1=1.66&r2=text&tr2=1.65&f=h
fs/xfs/xfs_vfsops.c - 1.575 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.575&r2=text&tr2=1.574&f=h
fs/xfs/linux-2.6/xfs_super.c - 1.451 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.451&r2=text&tr2=1.450&f=h
fs/xfs/xfs_vfsops.h - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
- move sync code to its own file
|