login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
6
Re: [PATCH 16/31] IGET: Stop FreeVXFS from using iget() and read_inode() [try #5]
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: David Howells
Subject:
Re: [PATCH 16/31] IGET: Stop FreeVXFS from using iget() and read_inode() [try #5]
Date: Tuesday, November 6, 2007 - 4:13 am
David Howells <dhowells@redhat.com> wrote:
quoted text
> > Not completely trivial - the ino_t -> unsigned long conversion needs to be > > propagated fairly widely in there. > > I'll just make it unsigned long. That's what iget() took as the inode number > parameter type, so it can't behave any differently as a first guess.
On the other hand, __vxfs_iget() takes ino_t, so that's the right thing to do in this case. 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/31] Remove iget() and read_inode() [try #5]
, David Howells
, (Thu Oct 25, 9:33 am)
[PATCH 01/31] Add an ERR_CAST() macro to complement ERR_PT ...
, David Howells
, (Thu Oct 25, 9:33 am)
[PATCH 02/31] Convert ERR_PTR(PTR_ERR(p)) instances to ERR ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 03/31] IGET: Introduce a function to register iget ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 04/31] IGET: Use iget_failed() in AFS [try #5]
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 05/31] IGET: Use iget_failed() in GFS2 [try #5]
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 06/31] IGET: Stop AFFS from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 07/31] IGET: Stop autofs from using iget() and read ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 08/31] IGET: Stop BEFS from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 09/31] IGET: Stop BFS from using iget() and read_in ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 10/31] IGET: Stop CIFS from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 11/31] IGET: Stop EFS from using iget() and read_in ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 12/31] IGET: Stop EXT2 from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 13/31] IGET: Stop EXT3 from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:34 am)
[PATCH 14/31] IGET: Stop EXT4 from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 15/31] IGET: Stop FAT from using iget() and read_in ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 16/31] IGET: Stop FreeVXFS from using iget() and re ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 17/31] IGET: Stop FUSE from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 18/31] IGET: Stop HFSPLUS from using iget() and rea ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 19/31] IGET: Stop ISOFS from using read_inode() [tr ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 20/31] IGET: Stop JFFS2 from using iget() and read_ ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 21/31] IGET: Stop JFS from using iget() and read_in ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 22/31] IGET: Stop the MINIX filesystem from using i ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 23/31] IGET: Stop PROCFS from using iget() and read ...
, David Howells
, (Thu Oct 25, 9:35 am)
[PATCH 24/31] IGET: Stop QNX4 from using iget() and read_i ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 25/31] IGET: Stop ROMFS from using iget() and read_ ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 26/31] IGET: Stop the SYSV filesystem from using ig ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 27/31] IGET: Stop UFS from using iget() and read_in ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 28/31] IGET: Stop OPENPROMFS from using iget() and ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 29/31] IGET: Stop HOSTFS from using iget() and read ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 30/31] IGET: Stop HPPFS from using iget() and read_ ...
, David Howells
, (Thu Oct 25, 9:36 am)
[PATCH 31/31] IGET: Remove iget() and the read_inode() sup ...
, David Howells
, (Thu Oct 25, 9:36 am)
Re: [PATCH 01/31] Add an ERR_CAST() macro to complement ER ...
, Zach Brown
, (Thu Oct 25, 4:09 pm)
Re: [PATCH 01/31] Add an ERR_CAST() macro to complement ER ...
, Roland Dreier
, (Thu Oct 25, 4:38 pm)
Re: [PATCH 01/31] Add an ERR_CAST() macro to complement ER ...
, Andrew Morton
, (Thu Oct 25, 4:46 pm)
Re: [PATCH 01/31] Add an ERR_CAST() macro to complement ER ...
, Zach Brown
, (Thu Oct 25, 5:20 pm)
Re: [PATCH 16/31] IGET: Stop FreeVXFS from using iget() an ...
, Andrew Morton
, (Tue Nov 6, 3:25 am)
Re: [PATCH 16/31] IGET: Stop FreeVXFS from using iget() an ...
, David Howells
, (Tue Nov 6, 4:09 am)
Re: [PATCH 16/31] IGET: Stop FreeVXFS from using iget() an ...
, David Howells
, (Tue Nov 6, 4:13 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Joerg Roedel
Re: [patch] dma-debug: off by one issue
Tetsuo Handa
Re: [AppArmor #7 0/13] AppArmor security module
Pekka Enberg
Re: BUG in free_block (tainted)
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Junio C Hamano
Re: git-svnimport
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
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...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Patrick McHardy
Re: [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
openbsd-misc
:
Conor
Re: RFID Reader
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Stuart Henderson
Re: SquidGuard problem
Henning Brauer
Re: 3ware hardware raid support?
Ryan McBride
Re: Packets Per Second Limit?
Colocation donated by:
Syndicate