oth = container_of0(th, struct osd_thandle, ot_super);
LASSERT(S_ISDIR(attr->la_mode));
- result = osd_mkfile(info, obj, (attr->la_mode &
+ result = osd_mkfile(info, obj, (attr->la_mode &
(S_IFMT | S_IRWXUGO | S_ISVTX)), th);
if (result == 0) {
LASSERT(obj->oo_inode != NULL);
struct lu_attr *attr, struct thandle *th)
{
LASSERT(S_ISREG(attr->la_mode));
- return osd_mkfile(info, obj, (attr->la_mode &
+ return osd_mkfile(info, obj, (attr->la_mode &
(S_IFMT | S_IRWXUGO | S_ISVTX)), th);
}
struct lu_attr *attr, struct thandle *th)
{
LASSERT(S_ISLNK(attr->la_mode));
- return osd_mkfile(info, obj, (attr->la_mode &
+ return osd_mkfile(info, obj, (attr->la_mode &
(S_IFMT | S_IRWXUGO | S_ISVTX)), th);
}
mark_inode_dirty(inode);
} else
LU_OBJECT_DEBUG(D_ERROR, ctxt, &dt->do_lu,
- "Overflowed nlink\n");
+ "Underflowed nlink\n");
LASSERT(osd_invariant(obj));
}