[PATCH] lost fput in 32bit ioctl on x86-64
authorKirill Korotaev <dev@sw.ru>
Fri, 9 Sep 2005 20:05:53 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 21:19:43 +0000 (14:19 -0700)
This adds a lost fput in 32bit tiocgdev ioctl on x86-64

[ chrisw: Updated to use fget_light/fput_light ]

Signed-Off-By: Kirill Korotaev <dev@sw.ru>
Signed-Off-By: Maxim Giryaev <gem@sw.ru>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found