Rev 4431 | Rev 4443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4431 | Rev 4437 | ||
---|---|---|---|
Line 256... | Line 256... | ||
256 | ipc_answer_0(rid, rc); |
256 | ipc_answer_0(rid, rc); |
257 | rwlock_write_unlock(&namespace_rwlock); |
257 | rwlock_write_unlock(&namespace_rwlock); |
258 | } |
258 | } |
259 | 259 | ||
260 | /** Process pending mount requests */ |
260 | /** Process pending mount requests */ |
261 | void vfs_process_pending_mount() |
261 | void vfs_process_pending_mount(void) |
262 | { |
262 | { |
263 | link_t *cur; |
263 | link_t *cur; |
264 | 264 | ||
265 | loop: |
265 | loop: |
266 | for (cur = pending_req.next; cur != &pending_req; cur = cur->next) { |
266 | for (cur = pending_req.next; cur != &pending_req; cur = cur->next) { |