mount option that no-one in the world will know to use.
- kill an old comment
ll_set_opt("nolock", this_char,
LL_SBI_NOLCK)))
continue;
- if (!(*flags & LL_SBI_READAHEAD) &&
- ((*flags) = (*flags) |
- ll_set_opt("readahead", this_char,
- LL_SBI_READAHEAD)))
- continue;
}
EXIT;
}
generate_random_uuid(uuid);
class_uuid_unparse(uuid, &sbi->ll_sb_uuid);
+ sbi->ll_flags |= LL_SBI_READAHEAD;
ll_options(data, &osc, &mdc, &sbi->ll_flags);
if (!osc) {