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 17:25:45 +0000 (12:25 -0500)
commit416e758a8ad7d8615d413501f1707cc5f48ce2c9
treeb3cf3562dfbe50b223d8416ca0edf695573a55a1
parent024e404e15d4ea2d6687c72d9977ab5e5e1c8ffd
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