aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2008-02-07 00:15:50 -0800
committerLinus Torvalds <[email protected]>2008-02-07 08:42:29 -0800
commit0a370e5de9e5a48eb4b268e9f5e2286b82f44012 (patch)
tree6ffdabfb1457657a4b888ae23e03fbc1d84601bf /tools/perf/scripts/python
parentb88a27edcd3e96f826c291f8e34fdbb0a90bc9ca (diff)
iget: stop HOSTFS from using iget() and read_inode()
Stop the HOSTFS filesystem from using iget() and read_inode(). Provide hostfs_iget(), and call that instead of iget(). hostfs_iget() then uses iget_locked() directly and returns a proper error code instead of an inode in the event of an error. hostfs_fill_sb_common() returns any error incurred when getting the root inode instead of EINVAL. Note that the contents of hostfs_kern.c need to be examined: (*) hostfs_iget() should perhaps subsume init_inode() and hostfs_read_inode(). (*) It would appear that all hostfs inodes are the same inode because iget() was being called with inode number 0 - which forms the lookup key. [[email protected]: coding-style fixes] Signed-off-by: David Howells <[email protected]> Cc: Jeff Dike <[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