[syslinux] [PATCH 2/2] core/fs: Add support for Unix File system 1/2.

H. Peter Anvin hpa at zytor.com
Thu May 29 07:30:44 PDT 2014


On 05/29/2014 07:20 AM, Raphael S.Carvalho wrote:
> +static int ufs_readlink(struct inode *inode, char *buf)
> +{
> +    ufs_debug("ufs_readlink\n");
> +    return inode->size;
> +}

Something missing here?

	-hpa




More information about the Syslinux mailing list