]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-builtin-blkid: fix GPT_FLAG_NO_AUTO check for ESP (#3450)
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Jun 2016 08:51:20 +0000 (10:51 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 9 Jun 2016 08:51:20 +0000 (10:51 +0200)
commita3071999b83f53b37b24140baf64ef771b9f3e26
tree724f4acfc9ce083bc09d00897b10a339b2caf013
parent9d3e340639bc0b4610f7ece98a84157dbc1c2c8f
udev-builtin-blkid: fix GPT_FLAG_NO_AUTO check for ESP (#3450)

The flags check was accidentally placed in the ESP if block, but should be in
the root if block.

This corrects: 0238d4c660e732dd03ba0cdb54a29ec5870ee849

Fixes: #3440
Also see: #3441
src/udev/udev-builtin-blkid.c