diff options
| author | David Howells <[email protected]> | 2008-02-07 00:15:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-07 08:42:27 -0800 |
| commit | e33ab086ae227a34e34b17e86dbb9d2dbaebb489 (patch) | |
| tree | 02d5d6d90b0aad2032085bbdba07e69edbe9378f /tools/perf/scripts/python | |
| parent | 96eb5419412fbc7f39fa45d987034c5d0e6e1202 (diff) | |
iget: stop BFS from using iget() and read_inode()
Stop the BFS filesystem from using iget() and read_inode(). Replace
bfs_read_inode() with bfs_iget(), and call that instead of iget(). bfs_iget()
then uses iget_locked() directly and returns a proper error code instead of an
inode in the event of an error.
bfs_fill_super() returns any error incurred when getting the root inode
instead of EINVAL.
[[email protected]: build fix]
Signed-off-by: David Howells <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Kamalesh Babulal <[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