Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4_get_link(): fix breakage in RCU mode
1) errors from ext4_getblk() should not be propagated to caller unless we are really sure that we would've gotten the same error in non-RCU pathwalk. 2) we leak buffer_heads if ext4_getblk() is successful, but bh is not uptodate. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information