invariants: don't complain about directories with some NULL lower objects
authorErez_Zadok <ezk@cs.sunysb.edu>
Mon, 28 May 2007 23:47:35 +0000 (19:47 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 23 Jul 2007 00:50:46 +0000 (20:50 -0400)
commit6d85cea51bfe193aff9190852cba58ebac825b61
treef5051670e6b6068eb9167bb56d2c45e54f3cd5f8
parent804e574230a75eaed78dadefb353be4f10cbce3e
invariants: don't complain about directories with some NULL lower objects

Directories can have NULL lower objects in between start/end, but NOT if at
the start/end range.  We cannot verify that this dentry is a type=DIR,
because it may already be a negative dentry.  But if dbstart is greater than
dbend, we know that this couldn't have been a regular file: it had to have
been a directory.  In that case, don't complain about NULL lower objects in
in between start/end.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/union.h