Use kernel-supplied "roundup_pow_of_two" for simplicity
Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>
Date: Tue Nov 20 16:20:46 AEDT 2007
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: rpjday@xxxxxxxxxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:30098a
fs/xfs/xfs_inode.c - 1.487 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.487&r2=text&tr2=1.486&f=h
- Use roundup_pow_of_two() instead of hand rolling it.
fs/xfs/xfs_inode.h - 1.238 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.238&r2=text&tr2=1.237&f=h
- Use roundup_pow_of_two() instead of hand rolling it.
|