From: David Howells Date: Thu, 7 Feb 2008 08:15:45 +0000 (-0800) Subject: iget: stop PROCFS from using iget() and read_inode() X-Git-Tag: v2.6.25-rc1~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d4aebbfa91c55a6b0c629a9ccf6369be0c6e95;p=pandora-kernel.git iget: stop PROCFS from using iget() and read_inode() Stop the PROCFS filesystem from using iget() and read_inode(). Merge procfs_read_inode() into procfs_get_inode(), and have that call iget_locked() instead of iget(). [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: David Howells Cc: "Eric W. Biederman" Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed