]> git.karo-electronics.de Git - mv-sheeva.git/commit
fuse: use clear_highpage() and KM_USER0 instead of KM_USER1
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 26 Oct 2010 21:22:27 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:13 +0000 (16:52 -0700)
commitb6777c40c79168d938c30b5b7471fbd64bca109c
tree866d965ba77a47fd81b69883194ec9c7238a48d5
parent3ecb01df3261d3b1f02ccfcf8384e2a255d2a1d0
fuse: use clear_highpage() and KM_USER0 instead of KM_USER1

Commit 7909b1c640 ("fuse: don't use atomic kmap") removed KM_USER0 usage
from fuse/dev.c.  Switch KM_USER1 uses to KM_USER0 for clarity.  Also
replace open coded clear_highpage().

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Cc: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fuse/dev.c