Wrapfs: dentry_open() no longer does mntput/dput
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 3 Jun 2013 04:24:31 +0000 (00:24 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 3 Jun 2013 04:24:31 +0000 (00:24 -0400)
commit74e6460953ee2c4ae66c985843a76c49ea2b2133
treefbb9977675cf72c3157ef098951f0354fcdd8a12
parent4891801e2309244639e2e6ccb1b0c8291a0f2c13
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