• J
    jfs: Set flags on quota files directly · 12fd086d
    Jan Kara 提交于
    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 copy_to_dinode(). Move to
    setting / clearing these on-disk flags directly to save that copying.
    Signed-off-by: NJan Kara <jack@suse.cz>
    12fd086d
super.c 24.9 KB