aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-23 16:30:51 +1100
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-02-07 18:18:19 +1100
commit40ebd81d1a7635cf92a59c387a599fce4863206b (patch)
treef8ffb52395e17a27951168a37b4bbb845c64e3a9 /fs/xfs/xfs_inode.h
parente6a4b37f38dca6e86b2648d172946700ee921e12 (diff)
downloadkernel_samsung_smdk4412-40ebd81d1a7635cf92a59c387a599fce4863206b.zip
kernel_samsung_smdk4412-40ebd81d1a7635cf92a59c387a599fce4863206b.tar.gz
kernel_samsung_smdk4412-40ebd81d1a7635cf92a59c387a599fce4863206b.tar.bz2
[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 bc869fd..b2d7b2c 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);
int xfs_iflush(xfs_inode_t *, uint);
void xfs_iflush_all(struct xfs_mount *);
int xfs_iaccess(xfs_inode_t *, mode_t, cred_t *);
-uint xfs_iroundup(uint);
void xfs_ichgtime(xfs_inode_t *, int);
xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
void xfs_lock_inodes(xfs_inode_t **, int, int, uint);