remove dead SYNC_BDFLUSH case in xfs_sync_inodes
A large part of xfs_sync_inodes is conditional on the SYNC_BDFLUSH which
is never passed to it. This patch removes it and adds an assert that
triggers in case some new code tries to pass SYNC_BDFLUSH to it.
Date: Mon Sep 10 15:49:14 AEST 2007
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-fixes
Inspected by: Christoph Hellwig <hch@xxxxxx>
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:29630a
fs/xfs/xfs_vfsops.c - 1.537 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.537&r2=text&tr2=1.536&f=h
- remove dead SYNC_BDFLUSH case in xfs_sync_inodes
|