diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2010-07-12 16:41:40 +0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2010-07-12 16:41:40 +0400 |
commit | 7909b1c64078087ac153fb47a2f50793fe3ee7d0 (patch) | |
tree | 83367ca6286f3ebfee8b94533152848e7529e9fb /sound | |
parent | 815c4163b6c8ebf8152f42b0a5fd015cfdcedc78 (diff) | |
download | linux-7909b1c64078087ac153fb47a2f50793fe3ee7d0.tar.xz |
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 'sound')
0 files changed, 0 insertions, 0 deletions