Unionfs: file_release must always succeed
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 05:55:17 +0000 (01:55 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 05:55:17 +0000 (01:55 -0400)
commit5d7ac4f738901fa33ceffa18fc68c05eb51f740b
tree182eb227b112887e9fd04544ea32c2a96e7312c9
parent26aa7f4ca1dd9010bfedcac821462a5b23d2b30f
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