Unionfs: file_release must always succeed
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 20:06:50 +0000 (16:06 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 20:06:50 +0000 (16:06 -0400)
commit3bd062ab40a3a0b7f553ed433f19ba1a8c47683c
treeb2476eaeee449c27c37a6bfd9be3bccafef3a7e5
parent2fb8cdcfd9bff95a810229bbf86132c0c7179427
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