Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14231
b: refs/heads/master
c: e8a0033
h: refs/heads/master
i:
  14229: 6b4a7fa
  14227: 48cb683
  14223: 7ce1a31
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Nov 15, 2005
1 parent ad132a3 commit bc7cb6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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: 1887b93529410633b5529a7c2d304897dbed5b3e
refs/heads/master: e8a0033451f7972169b2f375be34d9d805ad8687
9 changes: 9 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,12 @@ What: EXPORT_SYMBOL(lookup_hash)
When: January 2006
Why: Too low-level interface. Use lookup_one_len or lookup_create instead.
Who: Christoph Hellwig <hch@lst.de>

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

What: START_ARRAY ioctl for md
When: July 2006
Files: drivers/md/md.c
Why: Not reliable by design - can fail when most needed.
Alternatives exist
Who: NeilBrown <neilb@suse.de>
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@ static int md_ioctl(struct inode *inode, struct file *file,
if (cnt > 0 ) {
printk(KERN_WARNING
"md: %s(pid %d) used deprecated START_ARRAY ioctl. "
"This will not be supported beyond 2.6\n",
"This will not be supported beyond July 2006\n",
current->comm, current->pid);
cnt--;
}
Expand Down

0 comments on commit bc7cb6a

Please sign in to comment.