Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs/fcb: Fix fcb_walk local variable initialization
fcb_walk initialize only certain fields of fcb_entry before walking. This could lead to unpredictable behaviour if additional fields were utilized. Signed-off-by: Jerzy Kasenberg <[email protected]>
- Loading branch information