diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2010-07-12 14:41:40 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2010-07-12 14:41:40 +0200 |
commit | 7909b1c64078087ac153fb47a2f50793fe3ee7d0 (patch) | |
tree | 83367ca6286f3ebfee8b94533152848e7529e9fb /lib/bitmap.c | |
parent | Linux 2.6.35-rc4 (diff) | |
download | linux-7909b1c64078087ac153fb47a2f50793fe3ee7d0.tar.xz linux-7909b1c64078087ac153fb47a2f50793fe3ee7d0.zip |
fuse: don't use atomic kmap
Don't use atomic kmap for mapping userspace buffers in device
read/write/splice.
This is necessary because the next patch (adding store notify)
requires that caller of fuse_copy_page() may sleep between
invocations. The simplest way to ensure this is to change the atomic
kmaps to non-atomic ones.
Thankfully architectures where kmap() is not a no-op are going out of
fashion, so we can ignore the (probably negligible) performance impact
of this change.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions