Images 💾

Last commit ⭐

commit fcc0e4d538ce1583d285bf28c171002e8d79dbb9
Author:     Liav A <liavalb@gmail.com>
AuthorDate: Wed Jul 27 21:42:16 2022 +0300
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sat Jul 30 23:31:08 2022 +0200

    Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
    
    Instead of requiring each FileSystem implementation to call this method
    when trying to write data, do the calls at 2 points to avoid further
    calls (or lack of them due to not remembering to use it) at other files
    and locations in the codebase.