summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_extern.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 13:10:13 +0000
committerbde <bde@FreeBSD.org>2002-03-23 13:10:13 +0000
commit7e4dd346bede535dcf73143539727714fa345656 (patch)
tree6736de563e74ab5510b5a2fa09671a46db1d926f /sys/gnu/fs/ext2fs/ext2_extern.h
parenteb4271ee1d6c963edc63e82654568ff0c04b336a (diff)
downloadFreeBSD-src-7e4dd346bede535dcf73143539727714fa345656.zip
FreeBSD-src-7e4dd346bede535dcf73143539727714fa345656.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_extern.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_extern.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_extern.h b/sys/gnu/fs/ext2fs/ext2_extern.h
index 65fbad4..8df829b 100644
--- a/sys/gnu/fs/ext2fs/ext2_extern.h
+++ b/sys/gnu/fs/ext2fs/ext2_extern.h
@@ -83,12 +83,11 @@ int ext2_group_sparse(int group);
void ext2_discard_prealloc(struct inode *);
int ext2_inactive(struct vop_inactive_args *);
int ext2_new_block(struct mount * mp, unsigned long goal,
- u_int32_t * prealloc_count,
- u_int32_t * prealloc_block);
+ u_int32_t *prealloc_count, u_int32_t *prealloc_block);
ino_t ext2_new_inode(const struct inode * dir, int mode);
unsigned long ext2_count_free(struct buf *map, unsigned int numchars);
-void ext2_free_blocks(struct mount * mp, unsigned long block,
- unsigned long count);
+void ext2_free_blocks(struct mount *mp, unsigned long block,
+ unsigned long count);
void ext2_free_inode(struct inode * inode);
void ext2_ei2di(struct ext2_inode *ei, struct dinode *di);
void ext2_di2ei(struct dinode *di, struct ext2_inode *ei);
OpenPOWER on IntegriCloud