summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/ext2fs/ext2_balloc.c')
-rw-r--r--sys/fs/ext2fs/ext2_balloc.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/fs/ext2fs/ext2_balloc.c b/sys/fs/ext2fs/ext2_balloc.c
index 1861f69..1c0cc0e 100644
--- a/sys/fs/ext2fs/ext2_balloc.c
+++ b/sys/fs/ext2fs/ext2_balloc.c
@@ -55,13 +55,8 @@
* the inode and the logical block number in a file.
*/
int
-ext2_balloc(ip, lbn, size, cred, bpp, flags)
- struct inode *ip;
- int32_t lbn;
- int size;
- struct ucred *cred;
- struct buf **bpp;
- int flags;
+ext2_balloc(struct inode *ip, int32_t lbn, int size, struct ucred *cred,
+ struct buf **bpp, int flags)
{
struct m_ext2fs *fs;
struct ext2mount *ump;
OpenPOWER on IntegriCloud