[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <005201d5afe2$ea285880$be790980$@samsung.com>
Date: Wed, 11 Dec 2019 14:22:00 +0900
From: "Namjae Jeon" <namjae.jeon@...sung.com>
To: "'Vyacheslav Dubeyko'" <slava@...eyko.com>
Cc: <gregkh@...uxfoundation.org>, <valdis.kletnieks@...edu>,
<hch@....de>, <sj1557.seo@...sung.com>,
<linux-kernel@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>
Subject: RE: [PATCH v6 03/13] exfat: add inode operations
> > + ep2->stream_valid_size = cpu_to_le64(on_disk_size);
> > + ep2->stream_size = ep2->stream_valid_size;
> > +
> > + ret = exfat_update_dir_chksum_with_entry_set(sb, es, sync);
> > + kfree(es);
>
> The exfat_get_dentry_set() allocates the es by kmalloc? Am I correct?
Yes.
>
>
> > + return ret;
> > +}
> > +
Powered by blists - more mailing lists