Displaying 1 result from an estimated 1 matches for "log_version".
2001 Mar 13
5
is this null block OK?
...ngroups, __u32 *groups)
{
return journal_log_prefix_with_groups_and_ids(buf, opcode, len,
ngroups, groups,
(__u32)current->fsuid,
(__u32)current->fsgid);
}
static inline char *log_version(char *buf, struct dentry *dentry)
{
struct presto_version version;
presto_getversion(&version, dentry->d_inode);
return logit(buf, &version, sizeof(version));
}
static inline char *journal_log_suffix(char *buf, char *log,...