git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ec81c
)
xfs: remove usage of is_bad_inode
author
Ben Myers
<bpm@sgi.com>
Tue, 10 Sep 2013 23:11:22 +0000
(18:11 -0500)
committer
Ben Myers
<bpm@sgi.com>
Tue, 1 Oct 2013 22:38:16 +0000
(17:38 -0500)
XFS never calls mark_inode_bad or iget_failed, so it will never see a
bad inode. Remove all checks for is_bad_inode because they are
unnecessary.
Signed-off-by: Ben Myers <bpm@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
No differences found