commit | 1928f8e541245eae933f8c95b64b2bc3683f9661 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 07 14:12:34 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 07 14:12:34 2005 -0800 |
tree | 6a3d0b88315a7fce739aabe68af320124af67529 | |
parent | 16cf0d816541fde06ed8f37c0f5cf9940cdfc145 [diff] |
[SPARC] envctrl: implement ->unlocked_ioctl and ->compat_ioctl all the ioctls in the driver are 32bit compat clean and don't need BKL, so we can switch it to ->unlocked_ioctl and ->compat_ioctl trivially. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>