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 08:04:10 +0000 (03:04 -0500)
commitfac735279bedca9019fdffe1c3b270047c2a03b3
tree26a353ba47437c594704b6dab553b26d50d646a1
parent60ccb7d3158c20c116948379484271c2d663c53a
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