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

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

 



On Monday 06 June 2005 10:24, [email protected] 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux