• Jan Kara's avatar
    reiserfs: Set flags on quota files directly · 33eb928a
    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 when writing stat item. Move to
    setting / clearing these on-disk flags directly to save that copying.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    33eb928a
super.c 70.2 KB