• Jan Kara's avatar
    ext4: Set flags on quota files directly · 957153fc
    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 ext4_do_update_inode(). Move to
    setting / clearing these on-disk flags directly to save that copying.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    957153fc
super.c 163 KB