login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
5
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2]
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: David Howells
Subject:
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2]
Date: Friday, October 5, 2007 - 8:12 am
Christoph Hellwig <hch@infradead.org> wrote:
quoted text
> Why do you move it out of line?
Because otherwise every file that gets compiled that includes linux/fs.h will emit a warning that the implementation of that function is deprecated. David -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 00/32] Remove iget() and read_inode() [try #2]
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 01/32] Add an ERR_CAST() macro to complement ERR_PT ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 02/32] Convert ERR_PTR(PTR_ERR(p)) instances to ERR ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 03/32] IGET: Introduce a function to register iget ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 04/32] IGET: Use iget_failed() in AFS [try #2]
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 05/32] IGET: Use iget_failed() in GFS2 [try #2]
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 06/32] IGET: Mark iget() and read_inode() as being ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 07/32] IGET: Stop AFFS from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 08/32] IGET: Stop autofs from using iget() and read ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 09/32] IGET: Stop BEFS from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 10/32] IGET: Stop BFS from using iget() and read_in ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 11/32] IGET: Stop CIFS from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:56 am)
[PATCH 12/32] IGET: Stop EFS from using iget() and read_in ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 13/32] IGET: Stop EXT2 from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 14/32] IGET: Stop EXT3 from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 15/32] IGET: Stop EXT4 from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 16/32] IGET: Stop FAT from using iget() and read_in ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 17/32] IGET: Stop FreeVXFS from using iget() and re ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 18/32] IGET: Stop FUSE from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 19/32] IGET: Stop HFSPLUS from using iget() and rea ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 20/32] IGET: Stop ISOFS from using read_inode() [tr ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 21/32] IGET: Stop JFFS2 from using iget() and read_ ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 22/32] IGET: Stop JFS from using iget() and read_in ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 23/32] IGET: Stop the MINIX filesystem from using i ...
, David Howells
, (Thu Oct 4, 8:57 am)
[PATCH 24/32] IGET: Stop PROCFS from using iget() and read ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 25/32] IGET: Stop QNX4 from using iget() and read_i ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 26/32] IGET: Stop ROMFS from using iget() and read_ ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 27/32] IGET: Stop the SYSV filesystem from using ig ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 28/32] IGET: Stop UFS from using iget() and read_in ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 29/32] IGET: Stop OPENPROMFS from using iget() and ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 30/32] IGET: Stop HOSTFS from using iget() and read ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 31/32] IGET: Stop HPPFS from using iget() and read_ ...
, David Howells
, (Thu Oct 4, 8:58 am)
[PATCH 32/32] IGET: Remove iget() and the read_inode() sup ...
, David Howells
, (Thu Oct 4, 8:58 am)
Re: [PATCH 13/32] IGET: Stop EXT2 from using iget() and re ...
, Theodore Tso
, (Fri Oct 5, 5:05 am)
Re: [PATCH 00/32] Remove iget() and read_inode() [try #2]
, David Howells
, (Fri Oct 5, 7:44 am)
Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ER ...
, Christoph Hellwig
, (Fri Oct 5, 7:46 am)
Re: [PATCH 03/32] IGET: Introduce a function to register i ...
, Christoph Hellwig
, (Fri Oct 5, 7:47 am)
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as be ...
, Christoph Hellwig
, (Fri Oct 5, 7:47 am)
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as be ...
, David Howells
, (Fri Oct 5, 8:12 am)
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as be ...
, David Howells
, (Fri Oct 5, 8:21 am)
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as be ...
, Christoph Hellwig
, (Fri Oct 5, 8:29 am)
Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ER ...
, David Howells
, (Fri Oct 5, 8:47 am)
Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ER ...
, Sam Ravnborg
, (Fri Oct 5, 9:07 am)
Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ER ...
, David Howells
, (Fri Oct 5, 9:19 am)
Re: [PATCH 01/32] Add an ERR_CAST() macro to complement ER ...
, Randy Dunlap
, (Fri Oct 5, 9:21 am)
Re: [PATCH 14/32] IGET: Stop EXT3 from using iget() and re ...
, Jan Kara
, (Tue Oct 9, 8:41 am)
Re: [PATCH 15/32] IGET: Stop EXT4 from using iget() and re ...
, Jan Kara
, (Tue Oct 9, 8:45 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Kay Sievers
Re: char/tpm: tpm_infineon no longer loaded for HP 2510p laptop
Eric W. Biederman
[PATCH 8/8] sysfs: user namespaces: fix bug with clone(CLONE_NEWUSER) with fairsched
S K
Re: cpufreq doesn't seem to work in Intel Q9300
Bart Van Assche
Re: Is gcc thread-unsafe?
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Junio C Hamano
Re: git-svnimport
Junio C Hamano
Re: [PATCH] git-mv: Keep moved index entries inact
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Gabriel
[PATCH] When a remote is added but not fetched, tell the user.
linux-netdev
:
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Eric W. Biederman
[PATCH 14/20] net: Simplify pppol2tp pernet operations.
Jeff Kirsher
[net-2.6 PATCH 2/5] e1000e: increase swflag acquisition timeout for ICHx/PCH
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
sm501: add power control callback
Linux Kernel Mailing List
MIPS: Cavium: Remove unused watchdog code.
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
openbsd-misc
:
daniele.pilenga
snmpd hangs on 4.1 looking up hrSWRunTable
Jason Dixon
Re: any web management gui for pf ?
Christophe Rioux
Implementation example of snmp
Nick Holland
Re: booting openbsd on eee without cd-rom
Bryan Irvine
Re: OpenBSD 4.7 Released, May 19 2010
Colocation donated by:
Syndicate