]> git.neil.brown.name Git - history.git/commit
[PATCH] Futex-fd error return fix
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 6 Sep 2003 07:22:21 +0000 (00:22 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 6 Sep 2003 07:22:21 +0000 (00:22 -0700)
commite72fdc57095b1f37ec0c7129279c668210d9c8fd
tree6cceda1f64af5b19cfc56cfe43a5faf6e99d1cc2
parentc4b8b77d92a6fdc3720bf3d6c93564a391aa4222
[PATCH] Futex-fd error return fix

Hugh Dickins caught this confusion between the ret variable in outer
scope (holding the fd) and the return value of f_setown.  Rename inner
"ret".
kernel/futex.c