Using is_live_path() in mount_images_in_directory() to avoid redundant logic.
authorMichael Stummvoll <michael@stummi.org>
Wed, 27 Mar 2013 15:33:17 +0000 (16:33 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:16 +0000 (13:54 +0200)
mount_images_in_directory() had is own logic for checking if this is a live
path which was redundant, so I used is_live_path().


No differences found