Re: copy_mount_options()
From: David S. Miller <hidden>
Date: 2004-08-20 21:41:03
From: David S. Miller <hidden>
Date: 2004-08-20 21:41:03
On Fri, 20 Aug 2004 14:31:11 -0700 Andrew Morton [off-list ref] wrote:
Something like this?
Looks pretty good. Although I would do a verify_area() above the loop and then use __get_user(). I know this doesn't need to be fast, but it doesn't need to be that slow either :-)))