commit | c4386c83bf849c56b1f49951595aeb7c9a719d21 | [log] [tgz] |
---|---|---|
author | David Howells <[email protected]> | Thu Feb 07 00:15:41 2008 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Feb 07 08:42:28 2008 -0800 |
tree | 44248ee7c540d9992fc3c0b4ac73d30c0bc0a136 | |
parent | 635253915b3297435e178371407d568522aae3d4 [diff] |
iget: stop ISOFS from using read_inode() Stop the ISOFS filesystem from using read_inode(). Make isofs_read_inode() return an error code, and make isofs_iget() pass it on. Signed-off-by: David Howells <[email protected]> Cc: Jan Kara <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Cc: "Dave Young" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>