• Andrew Morton's avatar
    [PATCH] sysrq-S, sysrq-U cleanups · b7bd1dee
    Andrew Morton authored
    From: Christoph Hellwig <hch@lst.de>
    
    Change sysrq sync/remount from a magic bdflush hook to proper pdflush
    operations.  The sync operation reuses most of the regular sys_sync path now
    instead of implementing it's own superblock walking and (broken) local disk
    detection, the remount implementation has been moved to super.c, cleaned up
    and updated for the last two years locking changes.  It also shares some code
    with the regular remount path now.
    b7bd1dee
super.c 16.8 KB