From: Lars Ellenberg Date: Sat, 23 Apr 2011 12:45:14 +0000 (+0200) Subject: drbd: fix setsockopt for user mode linux X-Git-Tag: v3.8-rc1~78^2~18^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed439848ca6029c748b537e510a1ed5a506ea123;p=pandora-kernel.git drbd: fix setsockopt for user mode linux We use our own copy of kernel_setsockopt, and did not mess around with get_fs/set_fs, since we thought we knew we would always be KERNEL_DS anyways. Apparently not so for at least user mode linux, so put the set_fs(KERNEL_DS) in there. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed