On Sat, Dec 21, 2013 at 05:49:19PM +0100, Tom Gundersen wrote:
> On Sat, Dec 21, 2013 at 5:42 PM, Kay Sievers wrote:
> > On Sat, Dec 21, 2013 at 5:33 PM, Dave Reisner wrote:
> >> On Sat, Dec 21, 2013 at 12:49:07PM +0100, Tom Gundersen wrote:
> >>> On Sat, Dec 21, 2013 at 11:22 AM, Thomas Bächler
Am 21.12.2013 12:49, schrieb Tom Gundersen:
>> -r = add_fsck(f, what, where, type, passno);
>> -if (r < 0)
>> -return r;
>> +if(is_device_path(what)) {
>> +r = add_fsck(f, what, where, type, passno);
>> +if (r < 0)
>> +
On Sat, Dec 21, 2013 at 5:42 PM, Kay Sievers wrote:
> On Sat, Dec 21, 2013 at 5:33 PM, Dave Reisner wrote:
>> On Sat, Dec 21, 2013 at 12:49:07PM +0100, Tom Gundersen wrote:
>>> On Sat, Dec 21, 2013 at 11:22 AM, Thomas Bächler
>>> wrote:
>>> > This fixes a regression introduced in 64e70e4 where
On Sat, Dec 21, 2013 at 5:33 PM, Dave Reisner wrote:
> On Sat, Dec 21, 2013 at 12:49:07PM +0100, Tom Gundersen wrote:
>> On Sat, Dec 21, 2013 at 11:22 AM, Thomas Bächler
>> wrote:
>> > This fixes a regression introduced in 64e70e4 where the mount fails
>> > when fstab is misconfigured with fs_pa
On Sat, Dec 21, 2013 at 12:49:07PM +0100, Tom Gundersen wrote:
> On Sat, Dec 21, 2013 at 11:22 AM, Thomas Bächler wrote:
> > This fixes a regression introduced in 64e70e4 where the mount fails
> > when fstab is misconfigured with fs_passno > 0 on a virtual file
> > system like tmpfs.
> > ---
> >
On Sat, Dec 21, 2013 at 11:22 AM, Thomas Bächler wrote:
> This fixes a regression introduced in 64e70e4 where the mount fails
> when fstab is misconfigured with fs_passno > 0 on a virtual file
> system like tmpfs.
> ---
> src/fstab-generator/fstab-generator.c | 8 +---
> 1 file changed, 5 ins
This fixes a regression introduced in 64e70e4 where the mount fails
when fstab is misconfigured with fs_passno > 0 on a virtual file
system like tmpfs.
---
src/fstab-generator/fstab-generator.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/fstab-generator/fstab-ge