diff options
-rw-r--r-- | fs/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -793,7 +793,7 @@ out: | |||
793 | return nd->intent.open.file; | 793 | return nd->intent.open.file; |
794 | out_err: | 794 | out_err: |
795 | release_open_intent(nd); | 795 | release_open_intent(nd); |
796 | nd->intent.open.file = (struct file *)dentry; | 796 | nd->intent.open.file = ERR_CAST(dentry); |
797 | goto out; | 797 | goto out; |
798 | } | 798 | } |
799 | EXPORT_SYMBOL_GPL(lookup_instantiate_filp); | 799 | EXPORT_SYMBOL_GPL(lookup_instantiate_filp); |