Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / include / linux / mm_types.h
index 590630e..8d37e26 100644 (file)
@@ -429,7 +429,7 @@ struct mm_struct {
 #endif
 
        /* store ref to file /proc/<pid>/exe symlink points to */
-       struct file *exe_file;
+       struct file __rcu *exe_file;
 #ifdef CONFIG_MMU_NOTIFIER
        struct mmu_notifier_mm *mmu_notifier_mm;
 #endif