diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2007-11-23 00:30:51 -0500 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 02:18:19 -0500 |
commit | 40ebd81d1a7635cf92a59c387a599fce4863206b (patch) | |
tree | f8ffb52395e17a27951168a37b4bbb845c64e3a9 /fs/xfs/xfs_inode.h | |
parent | e6a4b37f38dca6e86b2648d172946700ee921e12 (diff) |
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:30098a
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r-- | fs/xfs/xfs_inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index bc869fd2f6ef..b2d7b2cd7851 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
@@ -526,7 +526,6 @@ int xfs_iextents_copy(xfs_inode_t *, xfs_bmbt_rec_t *, int); | |||
526 | int xfs_iflush(xfs_inode_t *, uint); | 526 | int xfs_iflush(xfs_inode_t *, uint); |
527 | void xfs_iflush_all(struct xfs_mount *); | 527 | void xfs_iflush_all(struct xfs_mount *); |
528 | int xfs_iaccess(xfs_inode_t *, mode_t, cred_t *); | 528 | int xfs_iaccess(xfs_inode_t *, mode_t, cred_t *); |
529 | uint xfs_iroundup(uint); | ||
530 | void xfs_ichgtime(xfs_inode_t *, int); | 529 | void xfs_ichgtime(xfs_inode_t *, int); |
531 | xfs_fsize_t xfs_file_last_byte(xfs_inode_t *); | 530 | xfs_fsize_t xfs_file_last_byte(xfs_inode_t *); |
532 | void xfs_lock_inodes(xfs_inode_t **, int, int, uint); | 531 | void xfs_lock_inodes(xfs_inode_t **, int, int, uint); |