diff options
| author | David Howells <[email protected]> | 2008-02-07 00:15:40 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-07 08:42:28 -0800 |
| commit | 635253915b3297435e178371407d568522aae3d4 (patch) | |
| tree | 98e102b111d0aa8703c8b971cb130acf19ce34d0 /tools/perf/scripts/python | |
| parent | fa300b1914f892196acb385677047bc978466de7 (diff) | |
iget: stop HFSPLUS from using iget() and read_inode()
Stop the HFSPLUS filesystem from using iget() and read_inode(). Replace
hfsplus_read_inode() with hfsplus_iget(), and call that instead of iget().
hfsplus_iget() then uses iget_locked() directly and returns a proper error
code instead of an inode in the event of an error.
hfsplus_fill_super() returns any error incurred when getting the root inode.
Signed-off-by: David Howells <[email protected]>
Cc: Roman Zippel <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions