• Jan Kara's avatar
    ext2: Implement freezing · 1e8b212f
    Jan Kara authored
    The only missing piece to make freezing work reliably with ext2 is to
    stop iput() of unlinked inode from deleting the inode on frozen filesystem.
    So add a necessary protection to ext2_evict_inode().
    
    We also provide appropriate ->freeze_fs and ->unfreeze_fs functions.
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    1e8b212f
super.c 41.9 KB