Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d_real() is never called with a negative dentry. So remove the d_is_negative() check (which would never trigger anyway, since d_is_reg() returns false for a negative dentry). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
- Loading branch information