I don't have much clue what the context of this is, but one chunk caught
my eye:
On Sat, Oct 21, 2006 at 06:16:27PM +0200, Arnd Bergmann wrote:
> Your example above could translate to something like:
>
> int kvm_fd = kvm_create("/kvm/my_vcpu")
> int mem_fd = openat(kvm_fd, "mem", O_RDWR);
Based just on this snippet, it seems to me that kvm_create() could be
simply:
open("/kvm/my_vcpu", O_CREAT | O_EXCL | O_DIRECTORY, 0777);
(Which currently seems to silently mask out O_DIRECTORY, but seems to me
should be a synonym for mkdir().)
-andy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]