• N
    Don't try to make md arrays dirty if that is not meaningful. · 1a0fd497
    Neil Brown 提交于
    Arrays personalities such as 'raid0' and 'linear' have no redundancy,
    and so marking them as 'clean' or 'dirty' is not meaningful.
    So always allow write requests without requiring a superblock update.
    
    Such arrays types are detected by ->sync_request being NULL.  If it is
    not possible to send a sync request we don't need a 'dirty' flag because
    all a dirty flag does is trigger some sync_requests.
    Signed-off-by: NNeil Brown <neilb@suse.de>
    1a0fd497
md.c 155.4 KB