From: Jeff Mahoney <jeffm@suse.com>
Subject: Export release_open_intent for NFS branches with aufs

 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(+)

Index: linux-3.0-tmp-jikos/fs/namei.c
===================================================================
--- linux-3.0-tmp-jikos.orig/fs/namei.c
+++ linux-3.0-tmp-jikos/fs/namei.c
@@ -365,6 +365,7 @@ int deny_write_access(struct file * file
 
 	return 0;
 }
+EXPORT_SYMBOL_GPL(release_open_intent);
 
 /**
  * path_get - get a reference to a path
