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, 20 May 2009 21:00:04 +0000 (17:00 -0400)
commit9c39e3af9d901ba0bc26c54548f0c25224037f13
tree9396ccc10cf5214ceee40cff809cdeaac8adb05c
parent8cc09053970d67215c9f9b6b4900b96640aed4de
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