kernel: remove stray dprintf about acquire_advisory_lock
Change-Id: I306e2816e59a621a4c478babad5f3aa2cc69fc8d
This commit is contained in:
@@ -1754,8 +1754,6 @@ acquire_advisory_lock(struct vnode* vnode, io_context* context,
|
|||||||
{
|
{
|
||||||
FUNCTION(("acquire_advisory_lock(vnode = %p, flock = %p, wait = %s)\n",
|
FUNCTION(("acquire_advisory_lock(vnode = %p, flock = %p, wait = %s)\n",
|
||||||
vnode, flock, wait ? "yes" : "no"));
|
vnode, flock, wait ? "yes" : "no"));
|
||||||
dprintf("acquire_advisory_lock(vnode = %p, flock = %p, wait = %s)\n",
|
|
||||||
vnode, flock, wait ? "yes" : "no");
|
|
||||||
|
|
||||||
bool shared = flock->l_type == F_RDLCK;
|
bool shared = flock->l_type == F_RDLCK;
|
||||||
void* boundTo = descriptor != NULL ? (void*)descriptor : (void*)context;
|
void* boundTo = descriptor != NULL ? (void*)descriptor : (void*)context;
|
||||||
|
|||||||
Reference in New Issue
Block a user