Displaying 1 result from an estimated 1 matches for "lml_offset".
2001 Mar 13
5
is this null block OK?
...t: return
* if it is: truncate lml file
* read last record
* start again
*/
int presto_truncate_lml(struct presto_file_set *fset)
{
struct inode *inode = fset->fset_lml.fd_file->f_dentry->d_inode;
struct rec_info rec;
struct journal_suffix suffix;
loff_t lml_offset, check_offset;
struct journal_prefix prefix;
int rc = 0;
void *handle;
ENTRY;
/* If someone else is already truncating the lml, do nothing*/
/* XXX is the above correct? what about orphaning if you are the
last
record? */
/* check the r...