Blob Blame History Raw
From: Jeff Mahoney <jeffm@suse.com>
Subject: Export release_open_intent for NFS branches with aufs
Patch-mainline: never

 aufs requires a way to release an open intent when handling an error
 condition after using NFSv4's atomic open. It was using put_filp,
 but release_open_intent is more appropriate.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
 fs/namei.c |    1 +
 1 file changed, 1 insertion(+)

--- a/fs/namei.c
+++ b/fs/namei.c
@@ -385,6 +385,7 @@ void release_open_intent(struct nameidat
 	else
 		fput(nd->intent.open.file);
 }
+EXPORT_SYMBOL_GPL(release_open_intent);
 
 /*
  * Call d_revalidate and handle filesystems that request rcu-walk