Date: Mon, 01 Sep 2008 16:30:57 +0800 From: kevin <kevinxlinuz@163.com> To: FreeBSD Current <freebsd-current@freebsd.org> Cc: Pawel Jakub Dawidek <pjd@FreeBSD.org> Subject: Re: ZFS patches. Message-ID: <48BBA841.3060507@163.com> In-Reply-To: <488CBF49.10308@delphij.net> References: <20080727125413.GG1345@garage.freebsd.pl> <488CBF49.10308@delphij.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, The patch can't work with current source tree now. vdev_file.c,zfs_context.h and zfs_replay.c could not be patched correctly.I tried to do it by hand,it stop at: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c: In function 'vdev_file_open': /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c:105: error: too many arguments to function 'VOP_GETATTR' *** Error code 1 Stop in /usr/src/sys/modules/zfs. *** Error code 1 Stop in /usr/src/sys/modules. It seems VOP_GETATTR was changed recently.(VOP_GETATTR in zfs_context.h) Thanks kevin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48BBA841.3060507>