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:
f742dc4
)
pnfsblock: fix non-aligned DIO write
author
Peng Tao
<bergwolf@gmail.com>
Thu, 23 Aug 2012 16:27:53 +0000
(
00:27
+0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 1 Oct 2012 22:38:35 +0000
(15:38 -0700)
For DIO writes, if it is not blocksize aligned, we need to do
internal serialization. It may slow down writers anyway. So we
just bail them out and resend to MDS.
Cc: stable <stable@vger.kernel.org> [since v3.4]
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found