[PATCH 1/2] fs: export sget_dev()

Richard Weinberger richard at nod.at
Tue Aug 29 09:55:04 PDT 2023


----- Ursprüngliche Mail -----
> Von: "Christian Brauner" <brauner at kernel.org>
> An: "hch" <hch at lst.de>, "Jan Kara" <jack at suse.cz>, "richard" <richard at nod.at>
> CC: "Miquel Raynal" <miquel.raynal at bootlin.com>, "Vignesh Raghavendra" <vigneshr at ti.com>, "linux-mtd"
> <linux-mtd at lists.infradead.org>, "linux-fsdevel" <linux-fsdevel at vger.kernel.org>
> Gesendet: Dienstag, 29. August 2023 18:29:16
> Betreff: Re: [PATCH 1/2] fs: export sget_dev()

>> +	return sget_fc(fc, super_s_dev_set, super_s_dev_test);
> 
> return sget_fc(fc, super_s_dev_test, super_s_dev_set);
> 
> Sorry, dumb typo that I had already fixed in tree...

What tree does this patch apply to? linux-next?
I gave it a quick try on Linus' tree but it failed too:

fs/super.c: In function ‘get_tree_bdev’:
fs/super.c:1293:19: error: ‘dev’ undeclared (first use in this function); did you mean ‘bdev’?
  s = sget_dev(fc, dev);
                   ^~~
                   bdev
fs/super.c:1293:19: note: each undeclared identifier is reported only once for each function it appears in

Thanks,
//richard



More information about the linux-mtd mailing list