git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892951a
)
Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fs
author
Josef Bacik
<jbacik@fusionio.com>
Fri, 14 Sep 2012 17:58:59 +0000
(13:58 -0400)
committer
Chris Mason
<chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:40:00 +0000
(09:40 -0400)
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>
No differences found