Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140114
b: refs/heads/master
c: 3180e66
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and Felix Blyakher committed Mar 6, 2009
1 parent eb41d46 commit 2176764
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24418492aa245e9812c425593883b9db52fd8d29
refs/heads/master: 3180e66d77e3c34cb466188105eace05dfeb5681
6 changes: 3 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ xfs_max_file_offset(
return (((__uint64_t)pagefactor) << bitshift) - 1;
}

int
STATIC int
xfs_blkdev_get(
xfs_mount_t *mp,
const char *name,
Expand All @@ -650,7 +650,7 @@ xfs_blkdev_get(
return -error;
}

void
STATIC void
xfs_blkdev_put(
struct block_device *bdev)
{
Expand Down Expand Up @@ -871,7 +871,7 @@ xfsaild_wakeup(
wake_up_process(ailp->xa_task);
}

int
STATIC int
xfsaild(
void *data)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -6204,7 +6204,7 @@ xfs_bmap_get_bp(
return(bp);
}

void
STATIC void
xfs_check_block(
struct xfs_btree_block *block,
xfs_mount_t *mp,
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_dir2_leaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ xfs_dir2_leaf_addname(
* Check the internal consistency of a leaf1 block.
* Pop an assert if something is wrong.
*/
void
STATIC void
xfs_dir2_leaf_check(
xfs_inode_t *dp, /* incore directory inode */
xfs_dabuf_t *bp) /* leaf's buffer */
Expand Down

0 comments on commit 2176764

Please sign in to comment.