[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAAeU0aN28UApZvSckP8s63xOgg66m3JM5bGtgjnYv7cyjN7tfg@mail.gmail.com>
Date: Fri, 23 Jun 2017 10:56:14 -0700
From: Tahsin Erdogan <tahsin@...gle.com>
To: "Theodore Ts'o" <tytso@....edu>
Cc: Ext4 Developers List <linux-ext4@...r.kernel.org>
Subject: Re: [PATCH -v2] mke2fs: fix hugefile creation so the hugefile(s) are contiguous
> + if (logical_end + 1 - logical_start != len) {
> + print logical_end + 1 - logical_start, len;
> + print "UNEXPECTED LENGTH for extent", $0;
Can you fix indentation of first print above?
> + }
> + if (physical_end + 1 - physical_start != len) {
> + print physical_end + 1 - physical_start, len;
> + print "UNEXPECTED LENGTH for extent", $0;
Same here.
Powered by blists - more mailing lists