• Jan Kara's avatar
    ext2: Set flags on quota files directly · 161f3b74
    Jan Kara authored
    Currently immutable and noatime flags on quota files are set by quota
    code which requires us to copy inode->i_flags to our on disk version of
    quota flags in GETFLAGS ioctl and __ext2_write_inode().  Move to setting
    / clearing these on-disk flags directly to save that copying.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    161f3b74
super.c 44 KB