linux/fs/overlayfs
Miklos Szeredi 191a3980c6 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: Miklos Szeredi <mszeredi@redhat.com>
2017-09-04 16:44:42 +02:00
..
copy_up.c ovl: mark parent impure and restore timestamp on ovl_link_up() 2017-07-04 22:08:15 +02:00
dir.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
inode.c ovl: check snprintf return 2017-07-27 21:54:05 +02:00
Kconfig ovl: introduce the inodes index dir feature 2017-07-04 22:03:17 +02:00
Makefile ovl: split super.c 2016-12-16 11:02:56 +01:00
namei.c ovl: check for bad and whiteout index on lookup 2017-07-20 11:08:21 +02:00
overlayfs.h ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
ovl_entry.h ovl: add flag for upper in ovl_entry 2017-07-04 22:03:18 +02:00
readdir.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00
super.c ovl: cleanup d_real for negative 2017-09-04 16:44:42 +02:00
util.c ovl: constant d_ino for non-merge dirs 2017-07-27 21:54:06 +02:00