Unionfs: file_release must always succeed
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 03:20:58 +0000 (23:20 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 03:20:58 +0000 (23:20 -0400)
commit2869ad8f1110a49e10e8075ae91634b0ed069e24
tree97342f9a1e309e1af6b7e52f73d2567128853489
parent431e8a9c80dfda2cc09f8c9c5739a9f60e501b4f
Unionfs: file_release must always succeed

Why does f_op->release return an int if the VFS ignores it?!

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