Cleanup inode extent size hint extraction
Date: Fri Jun 8 19:00:21 AEST 2007
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:28866a
fs/xfs/xfs_rw.h - 1.82 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_rw.h.diff?r1=text&tr1=1.82&r2=text&tr2=1.81&f=h
- Define a common function for extracting the valid extent size
hint from a given inode.
fs/xfs/xfs_vnodeops.c - 1.698 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.698&r2=text&tr2=1.697&f=h
- Use xfs_get_extsz_hint rather than open coded statements.
fs/xfs/xfs_bmap.c - 1.369 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.369&r2=text&tr2=1.368&f=h
- Use xfs_get_extsz_hint rather than open coded statements.
fs/xfs/xfs_iomap.c - 1.54 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_iomap.c.diff?r1=text&tr1=1.54&r2=text&tr2=1.53&f=h
- Use xfs_get_extsz_hint rather than open coded statements.
|