lkml.org 
[lkml]   [1996]   [May]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: namei() and opening files in the kernel
DateWed, 01 May 1996 15:00:22 -0400
From"Michael K. Johnson" <>
Alan Cox writes:
>> My question is: am I doing something I shouldn't? If so, how should I be doing this? If not, any ideas about what I might be doing wrong? 
>
>To make calls with kernel space as if it were user space you do:
>
>	int fs=get_fs();
>	set_fs(get_ds());
>
>	somefunction();
>
>	set_fs(get_fs());

Shouldn't that last line be
	set_fs(fs);
?

michaelkjohnson


\
 
 \ /
  Last update: 2005-03-22 12:37    [from the cache]
©2003-2008