aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2008-02-07 00:15:31 -0800
committerLinus Torvalds <[email protected]>2008-02-07 08:42:27 -0800
commit96eb5419412fbc7f39fa45d987034c5d0e6e1202 (patch)
tree34a6ad2f777cb4f29ab5f2ca413dc9fef94d91bd /tools/perf/scripts/python
parent62328a02399ea7f1b26b06d757abe67b9cf48193 (diff)
iget: stop BEFS from using iget() and read_inode()
Stop the BEFS filesystem from using iget() and read_inode(). Replace befs_read_inode() with befs_iget(), and call that instead of iget(). befs_iget() then uses iget_locked() directly and returns a proper error code instead of an inode in the event of an error. befs_fill_super() returns any error incurred when getting the root inode instead of EINVAL. Signed-off-by: David Howells <[email protected]> Acked-by: Will Dyson <[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