From: Jan Kara Date: Tue, 12 Jun 2012 14:20:46 +0000 (+0200) Subject: ext2: Implement freezing X-Git-Tag: v3.6-rc1~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8b212fe5dcee9d3dbb152d235f3c33458fb26e;p=pandora-kernel.git ext2: Implement freezing 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: Jan Kara Signed-off-by: Al Viro --- Reading git-diff-tree failed