]> git.lizzy.rs Git - plan9front.git/commit
hjfs: eleminate seek syscalls
authorcinap_lenrek <cinap_lenrek@gmx.de>
Sun, 18 Nov 2012 11:53:31 +0000 (12:53 +0100)
committercinap_lenrek <cinap_lenrek@gmx.de>
Sun, 18 Nov 2012 11:53:31 +0000 (12:53 +0100)
commitf188f2f0738b4888130f9f07181f4cc367afb2d1
tree992b55922f2ef922b363fcfdb94d8c2053c512a0
parent68639edbad03554a6ce7ec8ba0e54288ba6378e4
hjfs: eleminate seek syscalls

reduce syscalls by using pread/pwrite instead
of seek/read/write.
sys/src/cmd/hjfs/dev.c