Loading mm/tiny-shmem.c +2 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags) close_file: put_filp(file); return ERR_PTR(error); put_dentry: dput(dentry); put_memory: Loading Loading
mm/tiny-shmem.c +2 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ struct file *shmem_file_setup(char *name, loff_t size, unsigned long flags) close_file: put_filp(file); return ERR_PTR(error); put_dentry: dput(dentry); put_memory: Loading