Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isofs check for NULL ->i_op in root directory is dead code
for one thing it never happens, for another we check that inode is a directory right after that place anyway (and we'd already checked that reading it from disk has not failed). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information