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, 6 Jan 2010 03:45:09 +0000 (22:45 -0500)
commit3f80dbf88fb6023c9d39ce3d2555f264afd47c54
tree6e05bfe391042d2d5824dfc8ab2bd5c10a1b9037
parente2394cd4b97e1485a641eadc2ef99f1535c7cdf5
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