* @brief Unlock the page cache global mutex * * @return Always returns 0. */
| 495 | * @return Always returns 0. |
| 496 | */ |
| 497 | static int dfs_pcache_unlock(void) |
| 498 | { |
| 499 | rt_mutex_release(&__pcache.lock); |
| 500 | return 0; |
| 501 | } |
| 502 | |
| 503 | /** |
| 504 | * @brief Calculate hash value for address space lookup |
no test coverage detected