Skip to content
  • Arnd Bergmann's avatar
    BKL: remove BKL from freevxfs · 6d7bccc2
    Arnd Bergmann authored
    
    
    All uses of the BKL in freevxfs were the result of a pushdown into
    code that doesn't really need it. As Christoph points out, this
    is a read-only file system, which eliminates most of the races in
    readdir/lookup.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Christoph Hellwig <hch@infradead.org>
    6d7bccc2