Wrapfs: dentry_open() no longer does mntput/dput
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 5 Jun 2013 03:19:31 +0000 (23:19 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 3 Apr 2016 19:23:21 +0000 (15:23 -0400)
commit71d235d0c541bafa8ed68a1a02efd6738c697b70
treeab02feeb7de1161b9039fea7619a2fc7efefc017
parent85169042a0c19adbb0168980835ebfb4fc298c79
Wrapfs: dentry_open() no longer does mntput/dput

We need to grab a reference on the path before dentry_open, and drop it
after.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/file.c