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, 24 Nov 2013 05:52:15 +0000 (00:52 -0500)
commit3301417943c8488d6ed68d9b41c7abf5e11ecaf0
treea52ea70fe1fe32d60bc6e0508672e2be544d8b8c
parent4c73ac92202501a4827922e9c9c7ce15ad8987fd
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