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>
Tue, 11 Nov 2014 02:38:02 +0000 (21:38 -0500)
commit68713bb731484a4110c5e3698e7f3f00a7d4ce8d
treeee000f83de01f9392c74f908bba269280492939f
parent3bf683d11639ef013d3723c798f65e1a1acee88e
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