Date: Thu, 30 Jul 1998 17:22:39 -0700 From: David Greenman <dg@root.com> To: "Ron G. Minnich" <rminnich@Sarnoff.COM> Cc: hackers@FreeBSD.ORG Subject: Re: freebsd mmap: does the offset have to be blocksize-aligned Message-ID: <199807310022.RAA03224@implode.root.com> In-Reply-To: Your message of "Thu, 30 Jul 1998 18:26:41 EDT." <Pine.SUN.3.91.980730182025.20178A-100000@terra>
next in thread | previous in thread | raw e-mail | index | archive | help
>any block-aligned restrictions like this in freebsd mmap? I can't think of >having seen it, but you here know better than me. I'm curious. In the MAP_FIXED case, the mapping address, after adjusting it for the requested file offset, must be page-aligned. This is the only alignment restriction. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807310022.RAA03224>