Commit 059a30e3 authored by Steven Cole's avatar Steven Cole Committed by Linus Torvalds

[PATCH] K&R to ANSI conversions for fs/jfs/jfs_dmap.c and jfs_xtree.c

parent ccd3a853
......@@ -3050,7 +3050,7 @@ int blkstol2(s64 nb)
* RETURN VALUES:
* none
*/
void fsDirty()
void fsDirty(void)
{
printk("fsDirty(): bye-bye\n");
assert(0);
......
......@@ -4225,8 +4225,7 @@ int xtDisplayPage(struct inode *ip, s64 bn, xtpage_t * p)
* at the current entry at the current subtree root page
*
*/
int xtGather(t)
btree_t *t;
int xtGather(btree_t *t)
{
int rc = 0;
xtpage_t *p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment