Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vlisivka
on March 9, 2009
|
parent
|
context
|
favorite
| on:
How to rewrite files in Linux
The time to invent transactions in filesystem?
fd=open("...");
transaction_begin(fd);
write(fd, ...); close(fd);
rename(fd);
transaction_end(fd);
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
fd=open("...");
transaction_begin(fd);
write(fd, ...); close(fd);
rename(fd);
transaction_end(fd);