kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* anyone know what a "lockless ioctl" is?
@ 2012-05-25 13:36 Robert P. J. Day
  2012-05-25 13:44 ` Vlad Dogaru
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-05-25 13:36 UTC (permalink / raw)
  To: kernelnewbies


  reading a course outline and there's a reference to "lockless
ioctls".  no idea what that is, and google doesn't make it any
clearer:

http://www.google.ca/#hl=en&sclient=psy-ab&q=%22lockless+ioctl%22&oq=%22lockless+ioctl%22&aq=f&aqi=&aql=&gs_l=hp.3...1480.3588.0.3748.16.16.0.0.0.0.221.1642.10j5j1.16.0...0.0.noPYe58Fdcg&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=f4bd7f4bc3a9df92&biw=1060&bih=925

did such a thing ever exist?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

* anyone know what a "lockless ioctl" is?
  2012-05-25 13:36 anyone know what a "lockless ioctl" is? Robert P. J. Day
@ 2012-05-25 13:44 ` Vlad Dogaru
  0 siblings, 0 replies; 2+ messages in thread
From: Vlad Dogaru @ 2012-05-25 13:44 UTC (permalink / raw)
  To: kernelnewbies

On Fri, May 25, 2012 at 4:36 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> ?reading a course outline and there's a reference to "lockless
> ioctls". ?no idea what that is, and google doesn't make it any
> clearer:
>
> http://www.google.ca/#hl=en&sclient=psy-ab&q=%22lockless+ioctl%22&oq=%22lockless+ioctl%22&aq=f&aqi=&aql=&gs_l=hp.3...1480.3588.0.3748.16.16.0.0.0.0.221.1642.10j5j1.16.0...0.0.noPYe58Fdcg&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=f4bd7f4bc3a9df92&biw=1060&bih=925
>
> did such a thing ever exist?

All ioctls are unlocked, now that the BKL is gone.  You can read more
about it, including relevant lwn links, at [1].

[1] http://unix.stackexchange.com/questions/4711/what-is-the-difference-between-ioctl-unlocked-ioctl-and-compat-ioctl

HTH,
Vlad

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-25 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 13:36 anyone know what a "lockless ioctl" is? Robert P. J. Day
2012-05-25 13:44 ` Vlad Dogaru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).