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, 23 Feb 2014 19:06:40 +0000 (14:06 -0500)
commitf732e740bfa67997b503730c224601b7450068d4
treee0b670cf77a15d82b5fd41c50c597666d0bf238b
parentad3d2fd7a93fc1fe20c4d9b939b9348ae71934d8
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