diff options
| author | David Howells <[email protected]> | 2008-02-07 00:15:30 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-07 08:42:27 -0800 |
| commit | 62328a02399ea7f1b26b06d757abe67b9cf48193 (patch) | |
| tree | 11ac645b65d8735db96c962c814b80adf6e8f195 /tools/perf/scripts/python | |
| parent | 210f855963ba5edc4c7150754a79709a7c8a0d3c (diff) | |
iget: stop autofs from using iget() and read_inode()
Stop the autofs filesystem from using iget() and read_inode(). Replace
autofs_read_inode() with autofs_iget(), and call that instead of iget().
autofs_iget() then uses iget_locked() directly and returns a proper error code
instead of an inode in the event of an error.
Signed-off-by: David Howells <[email protected]>
Cc: Ian Kent <[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