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, 31 Jan 2012 08:00:27 +0000 (03:00 -0500)
commit3fd5203cb5f0b9775333bd86c0157b27744c6ab0
treec2bfb471c42fc542143c156d44f37f8247b1ae85
parent086e042dc05e623556e87c5d4940dab3ff1ebc94
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