Date: Mon, 24 Jun 2002 17:01:17 +1000 (EST) From: Chris Knight <root@ait0td02.aims.private> To: FreeBSD-gnats-submit@freebsd.org Cc: chris@aims.com.au Subject: kern/39762: ffs_softdep_stub.c has wrong function definitions Message-ID: <200206240701.g5O71H2O007749@ait0td02.aims.private>
next in thread | raw e-mail | index | archive | help
>Number: 39762
>Category: kern
>Synopsis: ffs_softdep_stub.c has wrong function definitions
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 24 00:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Chris Knight
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
AIMS Independent Computer Professionals
>Environment:
System: FreeBSD ait0td02.aims.private 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 23 20:51:12 EST 2002 root@ait0td02.aims.private:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Building of BOOTMFS fails in ffs_softdep_stub.c due to differing function
declarations of softdep_setup_directory_add and softdep_setup_directory_change.
>How-To-Repeat:
Try a release build of -current
>Fix:
Index: ffs_softdep_stub.c
===================================================================
RCS file: /common/ncvs/src/sys/ufs/ffs/ffs_softdep_stub.c,v
retrieving revision 1.22
diff -u -r1.22 ffs_softdep_stub.c
--- ffs_softdep_stub.c 21 Jun 2002 06:18:03 -0000 1.22
+++ ffs_softdep_stub.c 24 Jun 2002 06:29:36 -0000
@@ -166,7 +166,7 @@
struct buf *bp;
struct inode *dp;
off_t diroffset;
- long newinum;
+ ino_t newinum;
struct buf *newdirbp;
int isnewblk;
{
@@ -202,7 +202,7 @@
struct buf *bp;
struct inode *dp;
struct inode *ip;
- long newinum;
+ ino_t newinum;
int isrmdir;
{
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206240701.g5O71H2O007749>
