Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2735 → Rev 2736

/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
204,6 → 204,8
tmp = tmp->sibling;
tmp->sibling = dentry->sibling;
}
dentry->sibling = NULL;
dentry->parent = NULL;
 
return EOK;
}