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: Christoph Hellwig
Subject:
Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2]
Date: Friday, October 5, 2007 - 7:47 am
Why do you move it out of line? -
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
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate