Re: no-MMU build failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 28, 2013 at 03:08:24PM -0500, Mark Salter wrote:
> I'm seeing a build failure in linux-next for c6x (no-MMU):
> 
>   /linux-next/mm/shmem.c: In function 'shmem_file_setup':
>   /linux-next/mm/shmem.c:2936:2: error: 'error' undeclared (first use in this function)

Yechh...  My fault; I think the cleanest fix here is
	res = ERR_PTR(ramfs_nommu_expand_for_mapping(inode, size));
	if (res)
		goto put_dentry;

Will be fixed in the next signal.git pull...
--
To unsubscribe from this list: send the line "unsubscribe linux-next" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux