Skip to content
Commit 191a3980 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ovl: cleanup d_real for negative



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: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 4edb83bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment