Re: v9fs-vfs-superblock-operations-and-glue.patch added to -mm tree

From: Alexey Dobriyan
Date: Mon Jun 06 2005 - 05:32:05 EST


On Monday 06 June 2005 10:24, akpm@xxxxxxxx wrote:
> v9fs: VFS superblock operations and glue

> --- /dev/null
> +++ 25-akpm/fs/9p/v9fs.c

> +int
> +v9fs_session_init(struct v9fs_session_info *v9ses,
> + const char *dev_name, char *data)
> +{

> + v9ses->transport = kmalloc(sizeof(struct v9fs_transport), GFP_KERNEL);
> + if (!v9ses->transport) {
> + eprintk(KERN_WARNING,
> + "Couldn't allocate string for transport struct\n");
> + retval = -ENOMEM;
> + goto SessCleanUp;
> + }
> +
> + v9ses->transport = trans_proto;

kmalloc and forget.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/