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>
Sun, 24 Nov 2013 18:35:39 +0000 (13:35 -0500)
commit403fda63b4eb958a33393d151cba4d8dbdf798ec
tree831e1160e982cee1da723b71f5a9d1fba68f22c6
parent0fd3797a695390cce7ad5c10d69dc7a53c2639c5
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