clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_all
xfs_bmbt_set_all/xfs_bmbt_disk_set_all are identical to
xfs_bmbt_set_allf/xfs_bmbt_disk_set_allf except that the former take
a xfs_bmbt_irec_t and the latter take the individual extent fields
as scalar values.
This patch reimplements xfs_bmbt_set_all/xfs_bmbt_disk_set_all as
trivial wrappers around xfs_bmbt_set_allf/xfs_bmbt_disk_set_allf and
cleans up the variable naming in xfs_bmbt_set_allf/xfs_bmbt_disk_set_allf
to have some meaning instead of one char variable names.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Thu Aug 2 21:18:19 AEST 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: 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:29319a
fs/xfs/xfs_bmap_btree.c - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap_btree.c.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
- Reimplement xfs_bmbt_set_all/xfs_bmbt_disk_set_all as trivial
wrappers around xfs_bmbt_set_allf/xfs_bmbt_disk_set_allf and
clean up variable naming.
|