Unionfs: use int in unionfs_d_revalidate
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 20 Sep 2007 01:18:35 +0000 (21:18 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 22 Nov 2013 23:54:01 +0000 (18:54 -0500)
commite75c07f6aac006d4cfae4146d79c0d455048fa3e
tree047f8c2765244f143e99455624c32c0dd6586103
parent76c5535f7a88d33a61b81fcf057785905903b357
Unionfs: use int in unionfs_d_revalidate

We have to use an int, even though unionfs_d_revalidate calls other routines
that return only true/false, b/c ->d_revalidate is allowed to return a
negative errno number.

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