commit | 926ced123bd6651b30a07f65a2a8a0b26154cd58 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Fri Sep 14 13:58:59 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 04 09:40:00 2012 -0400 |
tree | 6ed07ff95d5a0f3f9bae2bc776af9ac88528a135 | |
parent | 892951a92ebf8b390815b24f9418f297a5081898 [diff] |
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 <jbacik@fusionio.com>