Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135
b: refs/heads/master
c: 22a685d
h: refs/heads/master
i:
  133: 1cfcbbc
  131: ddd6338
  127: 638136b
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Apr 16, 2005
1 parent 439829c commit 7c6f141
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cae60feb6709dea4cb94da93d4d2ea039aee59d
refs/heads/master: 22a685d09bb98810670ac0fb02c2138bdbf038cc
8 changes: 8 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ Why: Replaced by io_remap_pfn_range() which allows more memory space
addressabilty (by using a pfn) and supports sparc & sparc64
iospace as part of the pfn.
Who: Randy Dunlap <rddunlap@osdl.org>

---------------------------

What: register_ioctl32_conversion() / unregister_ioctl32_conversion()
When: April 2005
Why: Replaced by ->compat_ioctl in file_operations and other method
vecors.
Who: Andi Kleen <ak@muc.de>, Christoph Hellwig <hch@lst.de>
6 changes: 4 additions & 2 deletions trunk/include/linux/ioctl32.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef IOCTL32_H
#define IOCTL32_H 1

#include <linux/compiler.h> /* for __deprecated */

struct file;

typedef int (*ioctl_trans_handler_t)(unsigned int, unsigned int,
Expand All @@ -23,9 +25,9 @@ struct ioctl_trans {
*/

#ifdef CONFIG_COMPAT
extern int register_ioctl32_conversion(unsigned int cmd,
extern int __deprecated register_ioctl32_conversion(unsigned int cmd,
ioctl_trans_handler_t handler);
extern int unregister_ioctl32_conversion(unsigned int cmd);
extern int __deprecated unregister_ioctl32_conversion(unsigned int cmd);

#else

Expand Down

0 comments on commit 7c6f141

Please sign in to comment.