aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-23 00:30:51 -0500
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-02-07 02:18:19 -0500
commit40ebd81d1a7635cf92a59c387a599fce4863206b (patch)
treef8ffb52395e17a27951168a37b4bbb845c64e3a9 /fs/xfs/xfs_inode.h
parente6a4b37f38dca6e86b2648d172946700ee921e12 (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.h1
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);
526int xfs_iflush(xfs_inode_t *, uint); 526int xfs_iflush(xfs_inode_t *, uint);
527void xfs_iflush_all(struct xfs_mount *); 527void xfs_iflush_all(struct xfs_mount *);
528int xfs_iaccess(xfs_inode_t *, mode_t, cred_t *); 528int xfs_iaccess(xfs_inode_t *, mode_t, cred_t *);
529uint xfs_iroundup(uint);
530void xfs_ichgtime(xfs_inode_t *, int); 529void xfs_ichgtime(xfs_inode_t *, int);
531xfs_fsize_t xfs_file_last_byte(xfs_inode_t *); 530xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
532void xfs_lock_inodes(xfs_inode_t **, int, int, uint); 531void xfs_lock_inodes(xfs_inode_t **, int, int, uint);