Link Search Menu Expand Document

delete_mbx_421

long delete_mbx_421(const char __user *name);

Description

Deletes the mailbox specified by name. Can ONLY be invoked by the process that created it or one with root permissions

Parameters

  • name: Same as create_mbx. Must refer to an existing mailbox

Return

On success the function should return 0. Otherwise the function must return an appropriate error code as discussed in the system description.