From: Jan Kara Date: Tue, 12 Jun 2012 14:20:40 +0000 (+0200) Subject: ocfs2: Convert to new freezing mechanism X-Git-Tag: v3.6-rc1~18^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef6925cd4c6b564ecff477e07a0fca987542223;p=pandora-kernel.git ocfs2: Convert to new freezing mechanism Protect ocfs2_page_mkwrite() and ocfs2_file_aio_write() using the new freeze protection. We also protect several ioctl entry points which were missing the protection. Finally, we add freeze protection to the journaling mechanism so that iput() of unlinked inode cannot modify a frozen filesystem. CC: Mark Fasheh CC: Joel Becker CC: ocfs2-devel@oss.oracle.com Acked-by: Joel Becker Signed-off-by: Jan Kara Signed-off-by: Al Viro --- Reading git-diff-tree failed