• Jan Kara's avatar
    quota: Keep which entries were set by SETQUOTA quotactl · 4d59bce4
    Jan Kara authored
    Quota in a clustered environment needs to synchronize quota information
    among cluster nodes. This means we have to occasionally update some
    information in dquot from disk / network. On the other hand we have to
    be careful not to overwrite changes administrator did via SETQUOTA.
    So indicate in dquot->dq_flags which entries have been set by SETQUOTA
    and quota format can clear these flags when it properly propagated
    the changes.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
    4d59bce4
dquot.c 65.1 KB