Use xfs_inode_clean() in more places
Remove open coded checks for the whether the inode is
clean and replace them with an inlined function.
Date: Fri Feb 15 18:37:27 AEDT 2008
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: hch@xxxxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:30503a
fs/xfs/xfs_vnodeops.c - 1.735 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.735&r2=text&tr2=1.734&f=h
- Use xfs_inode_clean() rather than open coding the check.
fs/xfs/xfs_inode_item.h - 1.50 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode_item.h.diff?r1=text&tr1=1.50&r2=text&tr2=1.49&f=h
- Use xfs_inode_clean() rather than open coding the check.
fs/xfs/xfs_inode.c - 1.494 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.494&r2=text&tr2=1.493&f=h
- Use xfs_inode_clean() rather than open coding the check.
|