]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs
authorJosef Bacik <jbacik@fusionio.com>
Fri, 14 Sep 2012 17:58:59 +0000 (13:58 -0400)
committerChris Mason <chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:40:00 +0000 (09:40 -0400)
commit926ced123bd6651b30a07f65a2a8a0b26154cd58
tree6ed07ff95d5a0f3f9bae2bc776af9ac88528a135
parent892951a92ebf8b390815b24f9418f297a5081898
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>
fs/btrfs/super.c