Merge branch 'tizen_2.4_dev' into tizen
[kernel/swap-modules.git] / preload / preload_control.c
index f895f81..3ce44b3 100644 (file)
@@ -147,7 +147,7 @@ static struct dentry *__get_caller_dentry(struct task_struct *task,
        if (unlikely(vma == NULL || vma->vm_file == NULL))
                goto get_caller_dentry_fail;
 
-       return vma->vm_file->f_dentry;
+       return vma->vm_file->f_path.dentry;
 
 get_caller_dentry_fail: