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:
38c1c2e
)
Btrfs: fix filemap_flush call in btrfs_file_release
author
Chris Mason
<clm@fb.com>
Wed, 20 Aug 2014 14:15:33 +0000
(07:15 -0700)
committer
Chris Mason
<clm@fb.com>
Thu, 21 Aug 2014 14:55:31 +0000
(07:55 -0700)
We should only be flushing on close if the file was flagged as needing
it during truncate. I broke this with my ordered data vs transaction
commit deadlock fix.
Thanks to Miao Xie for catching this.
Signed-off-by: Chris Mason <clm@fb.com>
Reported-by: Miao Xie <miaox@cn.fujitsu.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
fs/btrfs/file.c
patch
|
blob
|
history
diff --cc
fs/btrfs/file.c
Simple merge