Unionfs: file_release must always succeed
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 17 Sep 2008 15:41:28 +0000 (11:41 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2011 02:41:37 +0000 (22:41 -0400)
commit35f801809dcae2d59776ebf143c0308b8a47dc22
treeb62dc6f5a40af25f293ed3ce1d4e87c8bd30fdc7
parent0de7ea7fa9f2dbdd6f170d62e1470c2cc65421b4
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