![]() | |||||||||||||
Messages in this thread |
Herbert Poetzl wrote: > @@ -1312,7 +1315,7 @@ long do_mount(char *dev_name, char *dir_ > retval = do_remount(&nd, flags & ~MS_REMOUNT, mnt_flags, > data_page); > else if (flags & MS_BIND) > - retval = do_loopback(&nd, dev_name, flags & MS_REC); > + retval = do_loopback(&nd, dev_name, flags, mnt_flags); Shouldn't it be retval = do_loopback(&nd, dev_name, recurse, mnt_flags); ? -- Suleiman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-01-22 10:08 [from the cache] ©2003-2008 | |||||||||||||