• J
    ext2: Parse mount options into a dedicated structure · 08851957
    Jan Kara 提交于
    Instead of parsing mount options directly into the superblock (and
    restoring options in case of error), parse the options into a dedicated
    structure and only copy everything when we know we can safely switch
    options. This will allow us to simplify locking and do option parsing
    without holding sb->s_lock.
    Signed-off-by: NJan Kara <jack@suse.cz>
    08851957
super.c 44.1 KB