dotnwat / gassyfs

gassyfs - distributed in-memory file system over RDMA
GNU Lesser General Public License v2.1
29 stars 6 forks source link

fs: support fallocate (noop stub) #18

Closed dotnwat closed 9 years ago

dotnwat commented 9 years ago

No need to actually implement this right now because it doesn't affect correctness, as long as there is space available. Wait until new allocator to implement this fully.