Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2010 21:31:28 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Kirk McKusick <mckusick@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r202113 - in head/sys: compat/linux kern sys ufs/ffs ufs/ufs
Message-ID:  <20100111213038.I50938@maildrop.int.zabbadoz.net>
In-Reply-To: <201001112044.o0BKi5s3071234@svn.freebsd.org>
References:  <201001112044.o0BKi5s3071234@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Jan 2010, Kirk McKusick wrote:

> Author: mckusick
> Date: Mon Jan 11 20:44:05 2010
> New Revision: 202113
> URL: http://svn.freebsd.org/changeset/base/202113
>
> Log:
>  Background:
>
>  When renaming a directory it passes through several intermediate
>  states. First its new name will be created causing it to have two
>  names (from possibly different parents). Next, if it has different
...
> Modified:
>  head/sys/compat/linux/linux_file.c
>  head/sys/kern/vfs_syscalls.c
>  head/sys/sys/syscallsubr.h
>  head/sys/ufs/ffs/ffs_alloc.c
>  head/sys/ufs/ffs/fs.h
>  head/sys/ufs/ufs/ufs_lookup.c

it seesm this broke the build on amd64:

  34 /scratch/tmp/bz/HEAD.commit/sys/ufs/ffs/ffs_alloc.c: In function 'sysctl_ffs_fsck':
  35 /scratch/tmp/bz/HEAD.commit/sys/ufs/ffs/ffs_alloc.c:2705: warning: cast to pointer from integer of different size


-- 
Bjoern A. Zeeb         It will not break if you know what you are doing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100111213038.I50938>