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, 20 Jun 2014 00:40:36 +0000 (20:40 -0400)
commitbee70ce7599fbb1784186b2432edac93e9a034e3
treec8e714d71de81663dc9e54010fcbf9430288875b
parent68bcdc0e2269ecd1ff416ebba23b0de203b778ee
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