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>
Sun, 1 Dec 2013 00:53:33 +0000 (19:53 -0500)
commit76c8a51b18a2faa109a851df02da217f360167bf
tree58cbe4fd95eec373d942296109d03a8331e7a0eb
parentdac4b4190aa1dd640e06a08567a41c1387b7dce0
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