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>
Wed, 30 Mar 2011 23:31:45 +0000 (19:31 -0400)
commit7ced12b55ad5ebe9020716b114c7a8649ea98224
tree905abab73cb2187447a7e3a906de8de7e2350a72
parent263891215c3ed92a32b7b695f13c9ffcd351dd17
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