Rev 1793 | Rev 1889 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1793 | Rev 1851 | ||
|---|---|---|---|
| Line 541... | Line 541... | ||
| 541 | return ENOENT; |
541 | return ENOENT; |
| 542 | } |
542 | } |
| 543 | 543 | ||
| 544 | if (!src_area->backend || !src_area->backend->share) { |
544 | if (!src_area->backend || !src_area->backend->share) { |
| 545 | /* |
545 | /* |
| 546 | * There is now backend or the backend does not |
546 | * There is no backend or the backend does not |
| 547 | * know how to share the area. |
547 | * know how to share the area. |
| 548 | */ |
548 | */ |
| 549 | mutex_unlock(&src_area->lock); |
549 | mutex_unlock(&src_area->lock); |
| 550 | mutex_unlock(&src_as->lock); |
550 | mutex_unlock(&src_as->lock); |
| 551 | interrupts_restore(ipl); |
551 | interrupts_restore(ipl); |