Pawel Dziepak d764d148b1 Allow file systems to manage file locks
Haiku implements file locking at vfs level. That would not work for remote
and shared file systems, since they need to negotiate locks with peers.
This patch introduces three additional hooks in fs_interface that allow
file system module to take over the management of file locks.
2012-06-29 02:15:19 +02:00
..
2012-03-09 14:39:24 -05:00
2012-05-08 07:28:16 +12:00
2012-06-29 02:14:54 +02:00