commit | 761e29f3bb19b05bea55285dfdf2d28e001a63b8 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | Wed Aug 20 16:32:40 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Aug 25 14:33:41 2008 +0300 |
tree | 36acaae9cbcca6f613c03e29f7e7fe61bb4f243b | |
parent | 04da11bfcf511544ae19e0a7e5f994b3237752ac [diff] |
UBIFS: always read hashed-key nodes under TNC mutex Leaf-nodes that have a hashed key are stored in the leaf-node-cache (LNC) which is protected by the TNC mutex. Consequently, when reading a leaf node with a hashed key (i.e. directory entries, xattr entries) the TNC mutex is always required. Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>