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:
6be145b
)
[XFS] Don't use kmap in xfs_iozero.
author
David Chinner
<dgc@sgi.com>
Sat, 10 Feb 2007 07:37:46 +0000
(18:37 +1100)
committer
Tim Shimmin
<tes@sgi.com>
Sat, 10 Feb 2007 07:37:46 +0000
(18:37 +1100)
kmap() is inefficient and does not scale well. kmap_atomic() is a better
choice. Use the generic wrapper function instead of open coding the
kmap-memset-dcache flush-kunmap stuff.
SGI-PV: 960904
SGI-Modid: xfs-linux-melb:xfs-kern:28041a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_lrw.c
patch
|
blob
|
history
diff --cc
fs/xfs/linux-2.6/xfs_lrw.c
Simple merge