Re: auto skipping of filesystems already probed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Mar 07, 2010 at 12:39:48AM -0500, Mike Frysinger wrote:
> diff --git a/mount/mount.c b/mount/mount.c
> index 0f986df..c9e99ec 100644
> --- a/mount/mount.c
> +++ b/mount/mount.c
> @@ -744,8 +744,6 @@ static int
>  was_tested(const char *fstype) {
>  	struct tried *t;
>  
> -	if (fsprobe_known_fstype(fstype))
> -		return 1;
>  	for (t = tried; t; t = t->next) {
>  		if (!strcmp(t->type, fstype))
>  			return 1;

 Applied together with improvement for ambivalent FS detection.
 Thanks.

    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux