common_lock_node() now pretends to be successful - this should fix Vision not being
able to store its settings for now (bug #589). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4191,7 +4191,8 @@ static status_t
|
||||
common_lock_node(int fd, bool kernel)
|
||||
{
|
||||
// TODO: Implement!
|
||||
return EOPNOTSUPP;
|
||||
//return EOPNOTSUPP;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -4199,7 +4200,8 @@ static status_t
|
||||
common_unlock_node(int fd, bool kernel)
|
||||
{
|
||||
// TODO: Implement!
|
||||
return EOPNOTSUPP;
|
||||
//return EOPNOTSUPP;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user