From: Josef Bacik Date: Fri, 14 Sep 2012 17:58:59 +0000 (-0400) Subject: Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs X-Git-Tag: v3.7-rc1~71^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926ced123bd6651b30a07f65a2a8a0b26154cd58;p=pandora-kernel.git Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs We do not need to do anything special to freeze or unfreeze, it's all taken care of by the generic work, and what we currently have is wrong anyway since we shouldn't be returnning to userspace with mutexes held anyway. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed