Hi Ronnie, On 05/10, Ronnie Sahlberg wrote:
+struct cached_dirents { + bool is_valid:1; + bool is_failed:1;
Just as I commented in the other thread, having both fields above confuses me. Shouldn't using is_valid/!is_valid be enough? Cheers, Enzo
Hi Ronnie, On 05/10, Ronnie Sahlberg wrote:
+struct cached_dirents { + bool is_valid:1; + bool is_failed:1;
Just as I commented in the other thread, having both fields above confuses me. Shouldn't using is_valid/!is_valid be enough? Cheers, Enzo