]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 1 Oct 2012 19:19:28 +0000 (15:19 -0400)
commit9c199b63acd05fde0449cb27100b139d3ad1e3ce
treeeae10d8f4e1e4a0dbfbb8d2101b7a8bfd2944052
parent48be4970979ca74beb4c0a4135fcad8e9fa3ee5e
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